Re: [OMPI users] Process doesn't exit on remote machine when using hostfile

2010-05-25 Thread Rajnesh Jindel
setting on the remote node? Could you try to add an > exception for the application, or turn off the firewall completely? > > Regards, > Shiqing > > > > > On 2010-5-24 4:44 PM, Rajnesh Jindel wrote: > > When I specify the hosts separately on the commandline,

[OMPI users] Process doesn't exit on remote machine when using hostfile

2010-05-24 Thread Rajnesh Jindel
When I specify the hosts separately on the commandline, as follows, the process completes as expected. mpirun -np 8 -host remotehost,localhost myapp Output appears for the localhost and a textfile is created on the remotehost However when I use a hostfile the remote processes never complete. I can