Fix comm_spawn by mpirun
This commit was SVN r27285.
Этот коммит содержится в:
родитель
38bcd86ae4
Коммит
ca40cb5f1c
@ -195,6 +195,10 @@ int orte_rmaps_base_get_target_nodes(opal_list_t *allocated_nodes, orte_std_cntr
|
|||||||
OBJ_RETAIN(node);
|
OBJ_RETAIN(node);
|
||||||
opal_list_append(allocated_nodes, &node->super);
|
opal_list_append(allocated_nodes, &node->super);
|
||||||
OBJ_DESTRUCT(&nodes);
|
OBJ_DESTRUCT(&nodes);
|
||||||
|
if (initial_map) {
|
||||||
|
/* mark the node as not in the map */
|
||||||
|
node->mapped = false;
|
||||||
|
}
|
||||||
goto complete;
|
goto complete;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -206,6 +210,10 @@ int orte_rmaps_base_get_target_nodes(opal_list_t *allocated_nodes, orte_std_cntr
|
|||||||
OBJ_RETAIN(node);
|
OBJ_RETAIN(node);
|
||||||
opal_list_append(allocated_nodes, &node->super);
|
opal_list_append(allocated_nodes, &node->super);
|
||||||
OBJ_DESTRUCT(&nodes);
|
OBJ_DESTRUCT(&nodes);
|
||||||
|
if (initial_map) {
|
||||||
|
/* mark the node as not in the map */
|
||||||
|
node->mapped = false;
|
||||||
|
}
|
||||||
goto complete;
|
goto complete;
|
||||||
}
|
}
|
||||||
/** if we still don't have anything */
|
/** if we still don't have anything */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user