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
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
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
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
> (
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