We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c574a3 commit 3fbad2eCopy full SHA for 3fbad2e
orte/util/dash_host/dash_host.c
@@ -269,6 +269,8 @@ int orte_util_add_dash_host_nodes(opal_list_t *nodes,
269
OPAL_OUTPUT_VERBOSE((1, orte_ras_base_framework.framework_output,
270
"%s dashhost: found existing node %s on input list - ignoring",
271
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node->name));
272
+ /* transfer across the number of slots */
273
+ node->slots = nd->slots;
274
if (ORTE_FLAG_TEST(nd, ORTE_NODE_FLAG_SLOTS_GIVEN)) {
275
ORTE_FLAG_SET(node, ORTE_NODE_FLAG_SLOTS_GIVEN);
276
}
0 commit comments