Re: [OMPI users] Fwd: Problems with OpenMPI

2010-08-31 Thread Gus Correa
Osvaldo These FAQ may help: http://www.open-mpi.org/faq/?category=rsh Also, make sure the same OpenMPI is either installed on, or accessible by (say via NFS) the "anotherhost". Simple test: 'mpirun -np 8 --host [localhost,anotherhost] hostname' IHIH Gus Correa David Zhang wrote: Check firewa

Re: [OMPI users] Fwd: Problems with OpenMPI

2010-08-31 Thread Osvaldo Reis
Ty David, the problem was my firewall. The server machine is new and who install the OS forgot to desable the iptables. Thanks 2010/8/31 David Zhang > Check firewall, network setting like subnet, and ssh keys? > > On 8/31/10, Osvaldo Reis wrote: > > Hi, I wanted to use openmpi, I install with

Re: [OMPI users] Fwd: Problems with OpenMPI

2010-08-31 Thread David Zhang
Check firewall, network setting like subnet, and ssh keys? On 8/31/10, Osvaldo Reis wrote: > Hi, I wanted to use openmpi, I install with no errors, and when I run de > examples in local it work well, but when I specify another host to run it > doesn't work. There are no errors but the it doesn't

[OMPI users] Fwd: Problems with OpenMPI

2010-08-31 Thread Osvaldo Reis
Hi, I wanted to use openmpi, I install with no errors, and when I run de examples in local it work well, but when I specify another host to run it doesn't work. There are no errors but the it doesn't show anything and don't start the process in another host and don't stop to run in localhost. Then