Skip to content

Commit b8a1ffb

Browse files
committed
coll/base: fix ompi_coll_base_allgatherv_intra_basic_default()
Fixes #1907
1 parent 1eb4ef4 commit b8a1ffb

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
@@ -635,7 +635,7 @@ ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount,
635635
}
636636

637637
err = comm->c_coll.coll_gatherv(send_buf,
638-
rcounts[rank], send_type,rbuf,
638+
scount, send_type,rbuf,
639639
rcounts, disps, rdtype, 0,
640640
comm, comm->c_coll.coll_gatherv_module);
641641
if (MPI_SUCCESS != err) {

0 commit comments

Comments
 (0)