Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions orte/mca/plm/base/plm_base_launch_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,11 @@ int orte_plm_base_setup_virtual_machine(orte_job_t *jdata)
if (!ORTE_FLAG_TEST(node, ORTE_NODE_FLAG_MAPPED)) {
opal_list_remove_item(&nodes, item);
OBJ_RELEASE(item);
} else {
/* The filtering logic sets this flag only for nodes which
* are kept after filtering. This flag will be subsequently
* used in rmaps components and must be reset here */
ORTE_FLAG_UNSET(node, ORTE_NODE_FLAG_MAPPED);
}
item = next;
}
Expand Down