1
1
openmpi/ompi/mca/coll/tuned
Rainer Keller d81443cc5a - On the way to get the BTLs split out and lessen dependency on orte:
Often, orte/util/show_help.h is included, although no functionality
   is required -- instead, most often opal_output.h, or               
   orte/mca/rml/rml_types.h                                           
   Please see orte_show_help_replacement.sh commited next.            

 - Local compilation (Linux/x86_64) w/ -Wimplicit-function-declaration
   actually showed two *missing* #include "orte/util/show_help.h"     
   in orte/mca/odls/base/odls_base_default_fns.c and                  
   in orte/tools/orte-top/orte-top.c                                  
   Manually added these.                                              

   Let's have MTT the last word.

This commit was SVN r20557.
2009-02-14 02:26:12 +00:00
..
coll_tuned_allgather.c Correctly forward the right module if we call another collective function. Kudos to 2009-01-14 03:22:54 +00:00
coll_tuned_allgatherv.c Correctly forward the right module if we call another collective function. Kudos to 2009-01-14 03:22:54 +00:00
coll_tuned_allreduce.c Correctly forward the right module if we call another collective function. Kudos to 2009-01-14 03:22:54 +00:00
coll_tuned_alltoall.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_alltoallv.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_barrier.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_bcast.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_component.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
coll_tuned_decision_dynamic.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_tuned_decision_fixed.c Remove dead/redundant code. Minimize number of calloc invocations 2008-12-12 10:55:50 +00:00
coll_tuned_dynamic_file.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +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 Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +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 CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_module.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_tuned_reduce_scatter.c Correctly forward the right module if we call another collective function. Kudos to 2009-01-14 03:22:54 +00:00
coll_tuned_reduce.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_scatter.c CIDs 1080-1090: assert() checks were not sufficient to check for 2009-01-03 15:56:25 +00:00
coll_tuned_topo.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +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 Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
coll_tuned_util.h Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
coll_tuned.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +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 Add MPI_Alltoallv to tuned collectives and add a pairwise implementation of MPI_Alltoallv. However, do not change the default behavior for now. The only way to use new pairwise implementation is via mca parameters. 2008-05-07 02:31:24 +00:00