Re: [OMPI devel] Intercomm Merge

2013-09-22 Thread Ralph Castain
I'll still need to look at the intercomm_create issue, but I just tested both the trunk and current 1.7.3 branch for "add-host" and both worked just fine. This was on my little test cluster which only has rsh available - no Torque. You might add "-mca plm_base_verbose 5" to your cmd line to get

Re: [OMPI devel] Intercomm Merge

2013-09-22 Thread George Bosilca
In fact there are only two type of information: one that is added by the OMPI layer, which is exchanged during the modex exchange stage, and whatever else is built on top of this information by different pieces of the software stack (including the RTE). If we mark these two types of data indepen

Re: [OMPI devel] Intercomm Merge

2013-09-22 Thread Suraj Prabhakaran
Dear Ralph, This is the output I get when I execute with the verbose option. [grsacc20:21012] [[23526,0],0] plm:base:receive processing msg [grsacc20:21012] [[23526,0],0] plm:base:receive job launch command from [[23526,1],0] [grsacc20:21012] [[23526,0],0] plm:base:receive adding hosts [grsacc20

Re: [OMPI devel] Intercomm Merge

2013-09-22 Thread Ralph Castain
On Sep 22, 2013, at 2:15 PM, George Bosilca wrote: > In fact there are only two type of information: one that is added by the OMPI > layer, which is exchanged during the modex exchange stage, and whatever else > is built on top of this information by different pieces of the software stack > (

Re: [OMPI devel] Intercomm Merge

2013-09-22 Thread Ralph Castain
Found a bug in the Torque support - we were trying to connect to the MOM again, which would hang (I imagine). I pushed a fix to the trunk (r29227) and scheduled it to come to 1.7.3 if you want to try it again. On Sep 22, 2013, at 4:21 PM, Suraj Prabhakaran wrote: > Dear Ralph, > > This is t