1
1

coll/base: fix ompi_coll_base_allgatherv_intra_basic_default()

Fixes open-mpi/ompi#1907
Этот коммит содержится в:
Gilles Gouaillardet 2016-07-28 13:50:04 +09:00
родитель 1eb4ef438e
Коммит b8a1ffb87e

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

@ -635,7 +635,7 @@ ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount,
}
err = comm->c_coll.coll_gatherv(send_buf,
rcounts[rank], send_type,rbuf,
scount, send_type,rbuf,
rcounts, disps, rdtype, 0,
comm, comm->c_coll.coll_gatherv_module);
if (MPI_SUCCESS != err) {