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

2013-02-11 Thread Daniel Fetchinson
ile and apparently in non-interactive logins .bash_profile is not sourced. Only .bashrc is sourced. So if the PATH is set in .bashrc everything is fine and the problem went away. Thanks again, Daniel > Also check the LD_LIBRARY_PATH. > > > On Feb 11, 2013, at 7:11 AM, Daniel Fetchinson

[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