Re: [OMPI users] mpirun completes for one user, not for another

2013-02-11 Thread Daniel Fetchinson
Thanks a lot, this was exactly the problem: > Make sure that the PATH really is identical between users -- especially for > non-iteractive logins. E.g.: > > env Here PATH was correct. > vs. > > ssh othernode env Here PATH was not correct. The PATH was set in .bash_profile and apparently in non

Re: [OMPI users] mpirun completes for one user, not for another

2013-02-11 Thread Jeff Squyres (jsquyres)
Make sure that the PATH really is identical between users -- especially for non-iteractive logins. E.g.: env vs. ssh othernode env Also check the LD_LIBRARY_PATH. On Feb 11, 2013, at 7:11 AM, Daniel Fetchinson wrote: > Hi folks, > > I have a really strange problem: a super simple MPI t

Re: [OMPI users] mpirun completes for one user, not for another

2013-02-11 Thread Jeff Squyres (jsquyres)
Make sure that the PATH really is identical between users -- especially for non-iteractive logins. E.g.: env vs. ssh othernode env Also check the LD_LIBRARY_PATH. On Feb 11, 2013, at 7:11 AM, Daniel Fetchinson wrote: > Hi folks, > > I have a really strange problem: a super simple MPI t

[OMPI users] mpirun completes for one user, not for another

2013-02-11 Thread Daniel Fetchinson
Hi folks, I have a really strange problem: a super simple MPI test program (see below) runs successfully for all users when executed on 4 processes in 1 node, but hangs for user A and runs successfully for user B when executed on 8 processes in 2 nodes. The executable used is the same and the appf