1
1
openmpi/ompi/mca/coll/ml
Nathan Hjelm 484a3f6147 coll/ml: fix issues identified by the clang static analyser and fix
a segmentation fault in the reduce cleanup

Some of the changes address false warnings produced by scan-build. I
added asserts and changed some malloc calls to calloc to silence these
warnings.

The was one issue in cleanup for reduce since the component_functions
member is changed by the allreduce call. There may be other issues
with how this code works but releasing the allocated
component_functions after setting up the static functions addresses
the primary issue (SIGSEGV).

cmr=v1.8.1:reviewer=manjugv

This commit was SVN r31417.
2014-04-16 22:43:35 +00:00
..
coll_ml_allgather.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_allocation.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_allocation.h Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_allreduce.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_barrier.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_bcast.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_colls.h coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_component.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_config.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_config.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_copy_fns.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_custom_utils.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_custom_utils.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_descriptors.c coll/ml: fix leaks 2014-03-27 23:25:31 +00:00
coll_ml_functions.h coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +00:00
coll_ml_hier_algorithm_memsync_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_allgather_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_allreduce_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_barrier_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_bcast_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_common_setup.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_common_setup.h Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_ibarrier.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_hier_algorithms_reduce_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms_setup.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_hier_algorithms.c coll/ml: fix leaks in coll/ml resources 2014-03-21 21:54:14 +00:00
coll_ml_ibarrier.c coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +00:00
coll_ml_inlines.h Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_lex.h add prototypes for lex destroy functions 2012-11-09 22:00:27 +00:00
coll_ml_lex.l Fix some annoying flex warnings that have been there for years. 2013-12-14 00:36:12 +00:00
coll_ml_lmngr.c coll/ml: reduce noise from coll/ml error messages 2014-03-26 22:50:06 +00:00
coll_ml_lmngr.h Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_mca.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_mca.h MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_ml_memsync.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_module.c coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
coll_ml_payload_buffers.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_progress.c Cleaning warnings in collectives code. Refs trac:3243. 2012-08-17 15:36:13 +00:00
coll_ml_reduce.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_resource_affinity.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_resource_affinity.h coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +00:00
coll_ml_select.c coll/ml: fix leaks 2014-03-27 23:25:31 +00:00
coll_ml_select.h Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml.h coll/ml: fix leaks 2014-03-27 23:25:31 +00:00
help-mpi-coll-ml.txt coll/ml : Replace longer error message with opal_show_help; thanks Jeff for identifying those 2014-03-28 19:25:54 +00:00
Makefile.am coll/ml : Replace longer error message with opal_show_help; thanks Jeff for identifying those 2014-03-28 19:25:54 +00:00
mca-coll-ml.config coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +00:00