Re: [OMPI users] No output from mpirun

2008-01-02 Thread Jeff Squyres
What did you name your executable? I believe that Open MPI and MPICH differ in how they find executables via mpirun -- for example, if you named your executable "test" and ran "mpirun -np 4 test", Open MPI might very well have found /bin/test rather than the "test" executable in your pwd.

Re: [OMPI users] No output from mpirun

2007-12-31 Thread Amit Kumar Saha
On 12/31/07, Varun R wrote: > Yes, the 'mpirun' is the one from OpenMPI. And btw mpich worked perfectly > for me. It's only ompi that's giving me these problems. Do I have to setup > ssh or something? Because I remember doing that for mpich. You have to set up password less SSH login on each of t

Re: [OMPI users] No output from mpirun

2007-12-31 Thread Varun R
Yes, the 'mpirun' is the one from OpenMPI. And btw mpich worked perfectly for me. It's only ompi that's giving me these problems. Do I have to setup ssh or something? Because I remember doing that for mpich. On Dec 31, 2007 4:15 AM, Reuti wrote: > Hi, > > Am 26.12.2007 um 10:08 schrieb Varun R:

Re: [OMPI users] No output from mpirun

2007-12-30 Thread Reuti
Hi, Am 26.12.2007 um 10:08 schrieb Varun R: I just installed Openmpi 1.2.2 on my new openSUSE 10.3 system. All my programs(C++) compile well with 'mpic++' but when I run them with 'mpirun' i get no output and I immediately get back the prompt. I tried the options '--verbose' and got nothin