Re: [OMPI devel] hang with launch including remote nodes

2012-06-21 Thread Ralph Castain
Now fixed with r26631 On Jun 20, 2012, at 9:48 PM, Eugene Loh wrote: > On 06/19/12 23:11, Ralph Castain wrote: >> Also, how did you configure this version? > --enable-heterogeneous > --enable-cxx-exceptions > --enable-shared > --enable-orterun-prefix-by-default > --with-sge > --enable-mpi-

Re: [OMPI devel] hang with launch including remote nodes

2012-06-21 Thread Ralph Castain
Got it! Will take a little thinking to fix - it's basically a conflict between rollup and tree spawn. For now, you can run with: -mca orte_use_common_port 0 -mca plm_rsh_no_tree_spawn 1 Sorry about that - thanks for letting me know! Ralph On Jun 20, 2012, at 9:48 PM, Eugene Loh wrote: > On 06

Re: [OMPI devel] hang with launch including remote nodes

2012-06-20 Thread Eugene Loh
On 06/19/12 23:11, Ralph Castain wrote: Also, how did you configure this version? --enable-heterogeneous --enable-cxx-exceptions --enable-shared --enable-orterun-prefix-by-default --with-sge --enable-mpi-f90 --with-mpi-f90-size=small --disable-peruse --disable-mpi-thread-multip

Re: [OMPI devel] hang with launch including remote nodes

2012-06-19 Thread Ralph Castain
Also, how did you configure this version? If you had --disable-static, then there was a bug that would indeed cause a hang. Just committing that fix now. On Jun 19, 2012, at 9:01 PM, Ralph Castain wrote: > See if it works with -mca orte_use_common_port 0 > > On Jun 19, 2012, at 8:31 PM, Eugene

Re: [OMPI devel] hang with launch including remote nodes

2012-06-19 Thread Ralph Castain
See if it works with -mca orte_use_common_port 0 On Jun 19, 2012, at 8:31 PM, Eugene Loh wrote: > I'm having bad luck with the trunk starting with r26609. Basically, things > hang if I run > >mpirun -H remote1,remote2 -n 2 hostname > > where remote1 and remote2 are remote nodes. > ___

[OMPI devel] hang with launch including remote nodes

2012-06-19 Thread Eugene Loh
I'm having bad luck with the trunk starting with r26609. Basically, things hang if I run mpirun -H remote1,remote2 -n 2 hostname where remote1 and remote2 are remote nodes.