Re: [OMPI users] remote execution problem

2007-03-19 Thread David Burns
OK, Trying mpirun -v -np 2 --debug-daemons --host talisker4 hostname yields the error [talisker4.phy.queensu.ca:00682] [0,0,1]-[0,0,0] mca_oob_tcp_peer_try_connect: connect to 130.15.29.85:33821 failed, connecting over all interfaces failed! [talisker2.phy.queensu.ca:28538] ERROR: A daemon on

Re: [OMPI users] remote execution problem

2007-03-19 Thread Tim Prins
David, Have you tried something like mpirun -np 1 --host talisker4 hostname If that hangs, try adding '--debug-daemons' to the command line and see if the output from that helps. If not, please send the output to the list. Thanks, Tim On Mar 19, 2007, at 1:59 AM, David Burns wrote: I

Re: [OMPI users] remote execution problem

2007-03-19 Thread David Burns
I neglected to mention that the test is currently running on 100 Mbps ethernet. I have also tested the setup using a simple "hello world my rank is_" program and get the same hanging problem. 3d...@qlink.queensu.ca wrote: If anyone could help me out with this I would greatly appreciate it. I