Pull the HNP node from the right index
This commit was SVN r21547.
Этот коммит содержится в:
родитель
1fb52b00ea
Коммит
0a92fe3739
@ -641,7 +641,7 @@ static uint8_t proc_get_locality(orte_process_name_t *proc)
|
||||
int i;
|
||||
|
||||
/* the HNP is always on node=0 of the node array */
|
||||
node = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, i);
|
||||
node = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, 0);
|
||||
|
||||
/* cycle through the array of local procs */
|
||||
for (i=0; i < node->procs->size; i++) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user