ce7b3113f6
- rename ompi_coll_base_reduce_scatter_block_basic to more self descriptive ompi_coll_base_reduce_scatter_block_basic_linear - fix the description of the coll_tuned_reduce_scatter_block_algorithm MCA param this fixes and documents previous open-mpi/ompi@0e8b35b615 MPI_Reduce_scatter_block used to be implemented by the coll/basic module only. A new algo (recursive doubling) was recently introduced and can be used via the coll/tuned module, but we never intended to make it the default algo. In order to "restore" the previous default, the initial algo was moved from coll/basic to coll/base, and is now used by default by coll/tuned. Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> |
||
---|---|---|
.. | ||
coll_basic_allgather.c | ||
coll_basic_allgatherv.c | ||
coll_basic_allreduce.c | ||
coll_basic_alltoall.c | ||
coll_basic_alltoallv.c | ||
coll_basic_alltoallw.c | ||
coll_basic_barrier.c | ||
coll_basic_bcast.c | ||
coll_basic_component.c | ||
coll_basic_exscan.c | ||
coll_basic_gather.c | ||
coll_basic_gatherv.c | ||
coll_basic_module.c | ||
coll_basic_neighbor_allgather.c | ||
coll_basic_neighbor_allgatherv.c | ||
coll_basic_neighbor_alltoall.c | ||
coll_basic_neighbor_alltoallv.c | ||
coll_basic_neighbor_alltoallw.c | ||
coll_basic_reduce_scatter_block.c | ||
coll_basic_reduce_scatter.c | ||
coll_basic_reduce.c | ||
coll_basic_scan.c | ||
coll_basic_scatter.c | ||
coll_basic_scatterv.c | ||
coll_basic.h | ||
Makefile.am | ||
owner.txt |