Re: [OMPI users] Connection refused with openmpi-1.6.0

2012-07-12 Thread Jeff Squyres
Are you setting any MCA parameters, such as btl_tcp_if_include or btl_tcp_if_exclude, perchance? They could be in your environment or in a file, too. I ask because we should be skipping the loopback device by default (i.e., it should be covered by the default value of btl_tcp_if_exclude). Wha

Re: [OMPI users] Connection refused with openmpi-1.6.0

2012-07-11 Thread Siegmar Gross
Hello Reuti, thank you for your reply. > > I get the following error when I try to run my programs with > > openmpi-1.6.0. > > > > tyr hello_1 52 which mpiexec > > /usr/local/openmpi-1.6_32_cc/bin/mpiexec > > tyr hello_1 53 > > > > tyr hello_1 51 mpiexec --host tyr,sunpc1 -np 3 hello_1_mpi > >

Re: [OMPI users] Connection refused with openmpi-1.6.0

2012-07-11 Thread Reuti
Hi, Am 11.07.2012 um 16:59 schrieb Siegmar Gross: > Hello, > > I get the following error when I try to run my programs with > openmpi-1.6.0. > > tyr hello_1 52 which mpiexec > /usr/local/openmpi-1.6_32_cc/bin/mpiexec > tyr hello_1 53 > > tyr hello_1 51 mpiexec --host tyr,sunpc1 -np 3 hello_1_