Re: [OMPI users] MPI Program hangs when runs on more than one host

2010-04-20 Thread long thai
Hi Changsheng Thank you very much for your solution. The program runs well now :) Regards. On Tue, Apr 20, 2010 at 3:54 PM, Changsheng Jiang wrote: > I have encountered the same problem too. > > By gdb attached, it's show that the processes are in a loop of (e)poll. > After configuring the netw

Re: [OMPI users] MPI Program hangs when runs on more than one host

2010-04-20 Thread Changsheng Jiang
I have encountered the same problem too. By gdb attached, it's show that the processes are in a loop of (e)poll. After configuring the network interface in ~/.openmpi/mca-params.conf using btl_tcp_if_include, all hosts work fine. just fyi. Chan