1
1
openmpi/ompi/mca/coll/tuned
Jelena Pjesivac-Grbovic e5ed167a6e Adding tuned version of reduce_scatter implementation.
Currently 3 algorithms are available:
- non-overlapping, reduce + scatterv, (works for non-commutative operations)
- recursive halving algorithm (copied from basic module)
- ring algorithm  (similar to allreduce ring, for large messages)

This commit was SVN r13929.
2007-03-05 20:40:39 +00:00
..
coll_tuned_allgather.c Removed cruft - unused variables causing warnings during OMPI build. 2007-02-23 18:55:41 +00:00
coll_tuned_allreduce.c Adding segmented ring algorithm for Allreduce for commutative operations. 2007-02-27 20:32:30 +00:00
coll_tuned_alltoall.c Adding variant of linear alltoall algorithm where the number of 2007-02-20 04:25:00 +00:00
coll_tuned_barrier.c Cleanup of Barrier implementation: 2007-01-10 22:49:43 +00:00
coll_tuned_bcast.c Remove the warnings about printf data-type mismatch. 2007-02-26 22:20:35 +00:00
coll_tuned_component.c Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
coll_tuned_decision_dynamic.c Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
coll_tuned_decision_fixed.c Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
coll_tuned_dynamic_file.c Remove a non reacheable statement. 2006-10-18 16:43:55 +00:00
coll_tuned_dynamic_file.h Update to have public symbols be consistent; use new prefix rule 2005-12-22 13:49:33 +00:00
coll_tuned_dynamic_rules.c Adding variant of linear alltoall algorithm where the number of 2007-02-20 04:25:00 +00:00
coll_tuned_dynamic_rules.h Adding variant of linear alltoall algorithm where the number of 2007-02-20 04:25:00 +00:00
coll_tuned_forced.c Adding variant of linear alltoall algorithm where the number of 2007-02-20 04:25:00 +00:00
coll_tuned_forced.h Adding variant of linear alltoall algorithm where the number of 2007-02-20 04:25:00 +00:00
coll_tuned_gather.c eliminated the use of MPI_Get_count 2007-03-02 22:57:50 +00:00
coll_tuned_module.c Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
coll_tuned_reduce_scatter.c Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
coll_tuned_reduce.c Adding segmented binary reduce algorithm which works with non-commutative operations. 2007-02-14 22:38:38 +00:00
coll_tuned_scatter.c addes binomial tree based scatter, passed IBM and intel tests 2007-03-02 23:19:02 +00:00
coll_tuned_topo.c added ASCII graph for the topologies 2007-03-02 17:17:14 +00:00
coll_tuned_topo.h added binomial tree based Gather alogrithm, passed IBM and Intel tests 2007-02-28 01:11:01 +00:00
coll_tuned_util.c Adding new Allreduce algorithms, updating allreduce decision function, and cleaning up util. 2007-01-23 01:19:11 +00:00
coll_tuned_util.h Adding new Allreduce algorithms, updating allreduce decision function, and cleaning up util. 2007-01-23 01:19:11 +00:00
coll_tuned.h Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Adding tuned version of reduce_scatter implementation. 2007-03-05 20:40:39 +00:00