File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -493,6 +493,12 @@ int orte_ess_base_orted_setup(char **hosts)
493
493
goto error ;
494
494
}
495
495
496
+ /* be sure to update the routing tree so the initial "phone home"
497
+ * to mpirun goes through the tree if static ports were enabled - still
498
+ * need to do it anyway just to initialize things
499
+ */
500
+ orte_routed .update_routing_plan (NULL );
501
+
496
502
/* if we are using static ports, then we need to setup
497
503
* the daemon info so the RML can function properly
498
504
* without requiring a wireup stage. This must be done
@@ -509,12 +515,6 @@ int orte_ess_base_orted_setup(char **hosts)
509
515
error = "construct daemon map from static ports" ;
510
516
goto error ;
511
517
}
512
- } else {
513
- /* be sure to update the routing tree so the initial "phone home"
514
- * to mpirun goes through the tree if static ports were enabled - still
515
- * need to do it anyway just to initialize things
516
- */
517
- orte_routed .update_routing_plan (NULL );
518
518
}
519
519
520
520
/* Now provide a chance for the PLM
You can’t perform that action at this time.
0 commit comments