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 b366a29 + c08ea6f commit 90da0deCopy full SHA for 90da0de
orte/mca/plm/base/plm_base_launch_support.c
@@ -2183,6 +2183,11 @@ int orte_plm_base_setup_virtual_machine(orte_job_t *jdata)
2183
if (!ORTE_FLAG_TEST(node, ORTE_NODE_FLAG_MAPPED)) {
2184
opal_list_remove_item(&nodes, item);
2185
OBJ_RELEASE(item);
2186
+ } else {
2187
+ /* The filtering logic sets this flag only for nodes which
2188
+ * are kept after filtering. This flag will be subsequently
2189
+ * used in rmaps components and must be reset here */
2190
+ ORTE_FLAG_UNSET(node, ORTE_NODE_FLAG_MAPPED);
2191
}
2192
item = next;
2193
0 commit comments