1
1
openmpi/ompi/mca/coll/basic
Gilles Gouaillardet ce7b3113f6 coll: reduce_scatter_block: rename and MCA parameter description fix
- 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>
2018-05-09 08:54:48 +09:00
..
coll_basic_allgather.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_allgatherv.c Move the collective structure outside the communicator. 2017-02-27 11:54:17 -06:00
coll_basic_allreduce.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_alltoall.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_alltoallv.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_alltoallw.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_barrier.c Move the collective structure outside the communicator. 2017-02-27 11:54:17 -06:00
coll_basic_bcast.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_component.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
coll_basic_exscan.c coll/basic: move [ex]scan from coll/basic to coll/base 2018-04-04 13:41:01 +09:00
coll_basic_gather.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
coll_basic_gatherv.c Remove double include. 2017-10-02 21:33:40 -04:00
coll_basic_module.c coll: Move reduce_local into the coll framework 2017-02-14 08:56:07 -06:00
coll_basic_neighbor_allgather.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_neighbor_allgatherv.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_neighbor_alltoall.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_neighbor_alltoallv.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_neighbor_alltoallw.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_reduce_scatter_block.c coll: reduce_scatter_block: rename and MCA parameter description fix 2018-05-09 08:54:48 +09:00
coll_basic_reduce_scatter.c Cleanup a set of warnings reported by Ralph. 2017-08-22 23:00:18 -04:00
coll_basic_reduce.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
coll_basic_scan.c coll/basic: move [ex]scan from coll/basic to coll/base 2018-04-04 13:41:01 +09:00
coll_basic_scatter.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic_scatterv.c scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
coll_basic.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
owner.txt Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00