Re: [OMPI devel] Fwd: [OMPI svn] svn:open-mpi r25476

2011-11-17 Thread Ralph Castain
Hmmm...well, things seem to work just fine for me: [rhc@odin ~/ompi-hwloc]$ mpirun -np 2 -bynode -mca plm rsh hostname odin090.cs.indiana.edu odin091.cs.indiana.edu [rhc@odin mpi]$ mpirun -np 2 -bynode -mca plm rsh ./hello_nodename Hello, World, I am 1 of 2 on host odin091.cs.indiana.edu from app

Re: [OMPI devel] Fwd: [OMPI svn] svn:open-mpi r25476

2011-11-17 Thread Ralph Castain
I'll take a look - I tested that case, and the trunk appears to be working on all the MTT runs. I'll have to see if I can replicate it. On Nov 17, 2011, at 7:42 PM, George Bosilca wrote: > I guess I reach one of these corner-cases that didn't got tested. I can't > start any apps (not even a hos

[OMPI devel] Fwd: [OMPI svn] svn:open-mpi r25476

2011-11-17 Thread George Bosilca
I guess I reach one of these corner-cases that didn't got tested. I can't start any apps (not even a hostname) after this commit using the rsh PLM (as soon as I add a hostile). The mpirun is blocked in an infinite loop (after it spawned the daemons) in orte_rmaps_base_compute_vpids. Attaching wi