1
1

Merge pull request #4365 from rhc54/topic/routed

Ensure we update the routing plan so that tree spawn works!
Этот коммит содержится в:
Ralph Castain 2017-10-19 17:27:47 -05:00 коммит произвёл GitHub
родитель 689f1be9b7 75d411f3ea
Коммит 4eee95358b

Просмотреть файл

@ -550,6 +550,9 @@ int orte_ess_base_orted_setup(void)
error = "construct nidmap";
goto error;
}
/* be sure to update the routing tree so any tree spawn operation
* properly gets the number of children underneath us */
orte_routed.update_routing_plan(NULL);
}
if (orte_static_ports || orte_fwd_mpirun_port) {