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