1
1
openmpi/ompi/mca/coll/basic
Jeff Squyres 0fcd682c4c MPI-2 7.3.3 description of MPI_Allgatherv is wrong -- can't just have
all processes call MPI_Gatherv(MPI_IN_PLACE...) because IN_PLACE is
only allowed to be used at the root.  Non-root processes must use
their receive buf as the send buf.

This commit was SVN r7363.
2005-09-14 02:21:33 +00:00
..
coll_basic_allgather.c First cut of handling MPI_IN_PLACE: 2005-09-13 20:06:54 +00:00
coll_basic_allgatherv.c MPI-2 7.3.3 description of MPI_Allgatherv is wrong -- can't just have 2005-09-14 02:21:33 +00:00
coll_basic_allreduce.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_alltoall.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_alltoallv.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_alltoallw.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_barrier.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_bcast.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_component.c Arrgh -- re-indenting this morning accidentally used real tabs instead 2005-08-10 17:53:43 +00:00
coll_basic_exscan.c First cut of handling MPI_IN_PLACE: 2005-09-13 20:06:54 +00:00
coll_basic_gather.c Add support for MPI_IN_PLACE for the easy operations. 2005-09-13 18:02:36 +00:00
coll_basic_gatherv.c Add support for MPI_IN_PLACE for the easy operations. 2005-09-13 18:02:36 +00:00
coll_basic_module.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_reduce_scatter.c Dependencies fixes. 2005-09-12 20:21:53 +00:00
coll_basic_reduce.c First cut of handling MPI_IN_PLACE: 2005-09-13 20:06:54 +00:00
coll_basic_scan.c First cut of handling MPI_IN_PLACE: 2005-09-13 20:06:54 +00:00
coll_basic_scatter.c Arrgh. Compile *before* commit. 2005-09-13 18:12:10 +00:00
coll_basic_scatterv.c Add support for MPI_IN_PLACE for the easy operations. 2005-09-13 18:02:36 +00:00
coll_basic.h Dependencies fixes. 2005-09-12 20:21:53 +00:00
configure.params Rename src -> ompi 2005-07-02 13:43:57 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00