Re: [OMPI users] Able to run mpirun as root, but not as a user.

2013-09-03 Thread Ian Czekala
Yes! Thank you for your help. Doing $./configure --disable-pty-support --prefix=/usr/local/openmpi $make all $sudo make install fixed the issue $ mpirun -np 2 /bin/pwd /home/ian /home/ian Thanks a bunch, Ian On Tue, Sep 3, 2013 at 6:26 AM, Reuti wrote: > Am 03.09.2013 um 06:48 schrieb Ian

Re: [OMPI users] Able to run mpirun as root, but not as a user.

2013-09-03 Thread Reuti
Am 03.09.2013 um 06:48 schrieb Ian Czekala: > Dear openmpi users, > > My basic problem is that I am able to run mpirun as root, but not at a user > level. I have tried installing openmpi via several methods, but all seem to > yield the same problem. I fear that I am missing something very basic

[OMPI users] Able to run mpirun as root, but not as a user.

2013-09-03 Thread Ian Czekala
Dear openmpi users, My basic problem is that I am able to run mpirun as root, but not at a user level. I have tried installing openmpi via several methods, but all seem to yield the same problem. I fear that I am missing something very basic and zero-order, but I can't seem to resolve my problem w