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.
2 parents 7f65c2b + ca69403 commit e0fef39Copy full SHA for e0fef39
orte/util/dash_host/dash_host.c
@@ -266,13 +266,12 @@ int orte_util_add_dash_host_nodes(opal_list_t *nodes,
266
if (0 == strcmp(nd->name, node->name)) {
267
found = true;
268
OPAL_OUTPUT_VERBOSE((1, orte_ras_base_framework.framework_output,
269
- "%s dashhost: found existing node %s on input list - ignoring",
+ "%s dashhost: found existing node %s on input list - adding slots",
270
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node->name));
271
/* transfer across the number of slots */
272
- node->slots = nd->slots;
+ node->slots += nd->slots;
273
if (ORTE_FLAG_TEST(nd, ORTE_NODE_FLAG_SLOTS_GIVEN)) {
274
ORTE_FLAG_SET(node, ORTE_NODE_FLAG_SLOTS_GIVEN);
275
276
}
277
break;
278
0 commit comments