[OMPI users] mpirun hangs

2009-01-03 Thread Maciej Kazulak
Hi, I have a weird problem. After a fresh install mpirun refuses to work: box% ./hello Process 0 on box out of 1 box% mpirun -np 1 ./hello # hangs here, no output, nothing at all; on another terminal: box% ps axl | egrep 'mpirun|orted' 0 1000 24162 7687 20 0 86704 2744 - Sl+ pts/2

Re: [OMPI users] mpirun hangs

2009-01-05 Thread Maciej Kazulak
2009/1/3 Maciej Kazulak > Hi, > > I have a weird problem. After a fresh install mpirun refuses to work: > > box% ./hello > Process 0 on box out of 1 > box% mpirun -np 1 ./hello > # hangs here, no output, nothing at all; on another terminal: > box% ps axl | egrep &#x

Re: [OMPI users] mpirun hangs

2009-01-06 Thread Maciej Kazulak
2009/1/6 Ralph Castain > > On Jan 5, 2009, at 5:19 PM, Jeff Squyres wrote: > > On Jan 5, 2009, at 5:01 PM, Maciej Kazulak wrote: >> >> Interesting though. I thought in such a simple scenario shared memory >>> would be used for IPC (or whatever's fastest)