Skip to content

Commit e03cca2

Browse files
authored
Merge pull request #4591 from ggouaillardet/topic/v3.0.x/ess_base_std_orted
ess/base: be sure to update the routing tree
2 parents fdc6759 + e445d47 commit e03cca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

orte/mca/ess/base/ess_base_std_orted.c

+3
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@ int orte_ess_base_orted_setup(void)
533533
error = "construct nidmap";
534534
goto error;
535535
}
536+
/* be sure to update the routing tree so any tree spawn operation
537+
* properly gets the number of children underneath us */
538+
orte_routed.update_routing_plan(NULL);
536539
}
537540

538541
if (orte_static_ports) {

0 commit comments

Comments
 (0)