1
1

Merge pull request #358 from hppritcha/topic/ugni_spawn_issue

btl/ugni: use PMIX_GLOBAL for modex_send in ugni
Этот коммит содержится в:
Howard Pritchard 2015-01-22 12:55:46 -06:00
родитель ccb0374376 056daa05bf
Коммит 4de512af66

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

@ -190,7 +190,12 @@ static int opal_common_ugni_send_modex (int my_cdm_id)
msg_offset += modex_size; msg_offset += modex_size;
} }
OPAL_MODEX_SEND(rc, PMIX_ASYNC_RDY, PMIX_REMOTE, /*
* need global for edge cases like MPI_Comm_spawn support with
* new ranks started on the same nodes as the spawnee ranks, etc.
*/
OPAL_MODEX_SEND(rc, PMIX_ASYNC_RDY, PMIX_GLOBAL,
&opal_common_ugni_component, &opal_common_ugni_component,
modex_msg, total_msg_size); modex_msg, total_msg_size);