1
1

Fix Bcast scatter_allgather (issue #7410)

Signed-off-by: Mikhail Kurnosov <mkurnosov@gmail.com>
(cherry picked from commit 66b6b8d34e)
Этот коммит содержится в:
Mikhail Kurnosov 2020-03-28 17:32:31 +07:00
родитель 34c4f934e1
Коммит d7857d000a

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

@ -876,7 +876,7 @@ int ompi_coll_base_bcast_intra_scatter_allgather(
} else if ((vremote < vrank) && (vremote < tree_root + nprocs_alldata)
&& (vrank >= tree_root + nprocs_alldata)) {
err = MCA_PML_CALL(recv((char *)buf + (ptrdiff_t)offset * extent,
count - offset, datatype, remote,
count, datatype, remote,
MCA_COLL_BASE_TAG_BCAST,
comm, &status));
if (MPI_SUCCESS != err) { goto cleanup_and_return; }