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