1
1

Ensure we update the routing plan so that tree spawn works!

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2017-10-19 14:02:06 -07:00
родитель 689f1be9b7
Коммит 75d411f3ea

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

@ -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) {