1
1
This commit was SVN r27285.
Этот коммит содержится в:
Ralph Castain 2012-09-10 17:09:25 +00:00
родитель 38bcd86ae4
Коммит ca40cb5f1c

Просмотреть файл

@ -195,6 +195,10 @@ int orte_rmaps_base_get_target_nodes(opal_list_t *allocated_nodes, orte_std_cntr
OBJ_RETAIN(node);
opal_list_append(allocated_nodes, &node->super);
OBJ_DESTRUCT(&nodes);
if (initial_map) {
/* mark the node as not in the map */
node->mapped = false;
}
goto complete;
}
} else {
@ -206,6 +210,10 @@ int orte_rmaps_base_get_target_nodes(opal_list_t *allocated_nodes, orte_std_cntr
OBJ_RETAIN(node);
opal_list_append(allocated_nodes, &node->super);
OBJ_DESTRUCT(&nodes);
if (initial_map) {
/* mark the node as not in the map */
node->mapped = false;
}
goto complete;
}
/** if we still don't have anything */