Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 0beee26

Browse files
committed
coll/base: fix ompi_coll_base_allgatherv_intra_basic_default()
Fixes open-mpi/ompi#1907 (cherry picked from commit open-mpi/ompi@b8a1ffb)
1 parent c303db9 commit 0beee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/base/coll_base_allgatherv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount,
631631
}
632632

633633
err = comm->c_coll.coll_gatherv(send_buf,
634-
rcounts[rank], send_type,rbuf,
634+
scount, send_type,rbuf,
635635
rcounts, disps, rdtype, 0,
636636
comm, comm->c_coll.coll_gatherv_module);
637637
if (MPI_SUCCESS != err) {

0 commit comments

Comments
 (0)