1
1

Pull the HNP node from the right index

This commit was SVN r21547.
Этот коммит содержится в:
Ralph Castain 2009-06-26 21:43:09 +00:00
родитель 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++) {