Re: [OMPI users] orted daemon no found! --- environment not passed to slave nodes?

2012-02-28 Thread Jeffrey Squyres
The intent of the --prefix option (or using the full path name to mpirun) was exactly for the purpose of not requiring changes to the .bashrc. Can you run with "--mca plm_base_verbose 100" on your command line? This will show us the exact rsh/ssh command line that is being executed -- it might

Re: [OMPI users] InfiniBand path migration not working

2012-02-28 Thread Jeremy
Hi Pasha, >On Tue, Feb 28, 2012 at 11:34 AM, Shamis, Pavel wrote: > I reviewed the code and it seems to be ok :) The error should be reported if > the port migration is already happened once (port 1 to port 2), and now you > are trying to shutdown port 2 and MPI reports that it can't migrate an

Re: [OMPI users] mpirun fails with no allocated resources

2012-02-28 Thread Ralph Castain
Try leaving off the -H localhost,localhost front he cmd line - the local host will automatically be included, so that shouldn't be required. I believe the problem is that "localhost" isn't the name of your machine, and so we look and don't see that machine anywhere. On Feb 28, 2012, at 9:42 AM,

Re: [OMPI users] mpirun fails with no allocated resources

2012-02-28 Thread Muhammad Wahaj Sethi
Hello, I have installed newer version but problem still persists. Package: Open MPI wahaj@wahaj-ThinkPad-T510 Distribution Open MPI: 1.7a1r26065 Open MPI repo revision: r26065 Open MPI release date: Unreleased developer copy Open RTE: 1.7a1r26065 Open RT

Re: [OMPI users] InfiniBand path migration not working

2012-02-28 Thread Shamis, Pavel
Jeremy, I reviewed the code and it seems to be ok :) The error should be reported if the port migration is already happened once (port 1 to port 2), and now you are trying to shutdown port 2 and MPI reports that it can't migrate anymore. It assumes that port 1 is still down and it can't go back

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-28 Thread Nathan Hjelm
On Mon, 27 Feb 2012, Abhinav Sarje wrote: Hi Nathan, Gus, Manju, I got a chance to try out the XE6 support build, but with no success. First I was getting this error: "PGC-F-0010-File write error occurred (temporary pragma .s file)". After searching online about this error, I saw that there i

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-28 Thread Gustavo Correa
Hi Abhinav > "-march=amdfam10" AFAIK, this is a gcc/gfortran flag not PGI. Have you tried instead -tp=shanghai-64 [of whatever AMD processor you have that is supported by PGI]. 'man pgcc' will tell all possible '-tp' values. I don't have any idea about the orte build problem with alps. Gus Corr

Re: [OMPI users] mpirun fails with no allocated resources

2012-02-28 Thread Ralph Castain
On Feb 28, 2012, at 7:24 AM, Muhammad Wahaj Sethi wrote: > Hello! > I am trying run following command using trunk version 1.7a1r25984. > > mpirun -np 2 -H localhost,localhost /bin/hostname > > It fails with following error message. > > --

[OMPI users] mpirun fails with no allocated resources

2012-02-28 Thread Muhammad Wahaj Sethi
Hello! I am trying run following command using trunk version 1.7a1r25984. mpirun -np 2 -H localhost,localhost /bin/hostname It fails with following error message. -- There are no allocated resources for the application

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread Jeffrey Squyres
Yes, this is known behavior for our CLI parser. We could probably improve that a bit... On Feb 28, 2012, at 4:55 AM, Ralph Castain wrote: > > On Feb 28, 2012, at 2:52 AM, Reuti wrote: > >> Am 28.02.2012 um 10:21 schrieb Ralph Castain: >> >>> Afraid I have to agree with the prior reply - soun

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread Ralph Castain
On Feb 28, 2012, at 2:52 AM, Reuti wrote: > Am 28.02.2012 um 10:21 schrieb Ralph Castain: > >> Afraid I have to agree with the prior reply - sounds like NPROC isn't >> getting defined, which causes your cmd line to look like your original >> posting. > > Maybe the best to investigate this is

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread Reuti
Am 28.02.2012 um 10:21 schrieb Ralph Castain: > Afraid I have to agree with the prior reply - sounds like NPROC isn't getting > defined, which causes your cmd line to look like your original posting. Maybe the best to investigate this is to `echo` $MPIRUN and $NPROC. But: is this the intended b

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-28 Thread Ralph Castain
Looks like you need to add --with-alps= to your configure line. On Feb 27, 2012, at 10:29 PM, Abhinav Sarje wrote: > Hi Nathan, Gus, Manju, > > I got a chance to try out the XE6 support build, but with no success. > First I was getting this error: "PGC-F-0010-File write error occurred > (tempor

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread Ralph Castain
Afraid I have to agree with the prior reply - sounds like NPROC isn't getting defined, which causes your cmd line to look like your original posting. On Feb 27, 2012, at 10:29 PM, Syed Ahsan Ali wrote: > The following command in used in script for job submission > > ${MPIRUN} -np ${NPROC} -ho

Re: [OMPI users] compilation error with pgcc Unknown switch

2012-02-28 Thread Abhinav Sarje
Hi Nathan, Gus, Manju, I got a chance to try out the XE6 support build, but with no success. First I was getting this error: "PGC-F-0010-File write error occurred (temporary pragma .s file)". After searching online about this error, I saw that there is a patch at "https://svn.open-mpi.org/trac/omp

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread Syed Ahsan Ali
The following command in used in script for job submission ${MPIRUN} -np ${NPROC} -hostfile ${ABSDIR}/hostlist -mca btl sm,openib,self --mca btl_openib_use_srq 1 ./hrm >> ${OUTFILE}_hrm 2>&1 where NPROC in defined in someother file. The same application is running on the other system with same con

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread PukkiMonkey
No of processes missing after -np Should be something like: mpirun -np 256 ./exec Sent from my iPhone On Feb 27, 2012, at 8:47 PM, Syed Ahsan Ali wrote: > Dear All, > > I am running an application with mpirun but it gives following error, it is > not picking up hostlist, there are other ap