1
1

Cart/Graph create would not run the next_cid algorithm and create

disjoint communicator with inconsistent cid.

Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
Этот коммит содержится в:
Aurelien Bouteiller 2019-02-21 11:40:22 -05:00
родитель 4be4282312
Коммит d6e8d51d5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 08F60797C5941DB2

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

@ -1884,6 +1884,10 @@ int ompi_comm_enable(ompi_communicator_t *old_comm,
{
int ret = OMPI_SUCCESS;
/* set the rank information before calling nextcid */
new_comm->c_local_group->grp_my_rank = new_rank;
new_comm->c_my_rank = new_rank;
/* Determine context id. It is identical to f_2_c_handle */
ret = ompi_comm_nextcid (new_comm, old_comm, NULL, NULL, NULL, false,
OMPI_COMM_CID_INTRA);