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

2012-02-29 Thread Muhammad Wahaj Sethi
Thanx alot. - Original Message - From: "Ralph Castain" To: "Open MPI Users" Sent: Wednesday, February 29, 2012 5:56:23 PM Subject: Re: [OMPI users] mpirun fails with no allocated resources Fixed with r26071 On Feb 29, 2012, at 4:55 AM, Jeffrey Squyres wrote: &

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

2012-02-29 Thread Ralph Castain
/openmpi-install >>> make all install >>> >>> >>> wahaj@wahaj-ThinkPad-T510:~$ mpirun -np 2 -H localhost,localhost >>> /bin/hostname >>> ---------- >>> There are no a

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

2012-02-29 Thread Jeffrey Squyres
rsion 1.5.5 doesn't produces this error message. > > - Original Message - > From: "Ralph Castain" > To: "Open MPI Users" > Sent: Tuesday, February 28, 2012 5:55:43 PM > Subject: Re: [OMPI users] mpirun fails with no allocated resources > > Try le

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

2012-02-29 Thread Muhammad Wahaj Sethi
Open MPI version 1.5.5 doesn't produces this error message. - Original Message - From: "Ralph Castain" To: "Open MPI Users" Sent: Tuesday, February 28, 2012 5:55:43 PM Subject: Re: [OMPI users] mpirun fails with no allocated resources Try leaving off the -H localho

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

2012-02-28 Thread Ralph Castain
regards, > Wahaj > > > - Original Message - > From: "Ralph Castain" > To: "Open MPI Users" > Sent: Tuesday, February 28, 2012 3:30:47 PM > Subject: Re: [OMPI users] mpirun fails with no allocated resources > > > On Feb 28, 2012, at

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

2012-02-28 Thread Muhammad Wahaj Sethi
. -- regards, Wahaj - Original Message - From: "Ralph Castain" To: "Open MPI Users" Sent: Tuesday, February 28, 2012 3:30:47 PM Subject: Re: [OMPI users] mpirun fails with no allocated resources On Feb

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. > > --