1
1

Fix a missing test that breaks novm operation.

CMR:v1.7

This commit was SVN r27163.
Этот коммит содержится в:
Ralph Castain 2012-08-28 21:13:57 +00:00
родитель d310dd8c58
Коммит aadfe1b61e

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

@ -205,6 +205,7 @@ int orte_rmaps_base_get_target_nodes(opal_list_t *allocated_nodes, orte_std_cntr
node->mapped = false;
}
if (NULL == nd || NULL == nd->daemon ||
NULL == node->daemon ||
nd->daemon->name.vpid < node->daemon->name.vpid) {
/* just append to end */
opal_list_append(allocated_nodes, &node->super);