1
1
openmpi/ompi/mca/coll/ml
Nathan Hjelm 08bbdcbf61 coll/ml: fix leaks in coll/ml resources
This patch fixes two leaks:

 - Fix typo in fallback collective code that caused coll/ml to retain
   the ibcast module twice but only release it once. One of those ibcast
   saves was supposed to be bcast.

 - Do not check for module initialization in the module destructor. It
   is possible to destruct a module that is partially setup.

cmr=v1.8:reviewer=manjugv

This commit was SVN r31187.
2014-03-21 21:54:14 +00:00
..
coll_ml_allgather.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_allocation.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +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 Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_component.c Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_config.c coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +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 Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +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 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_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 Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_allgather_setup.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_allreduce_setup.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_barrier_setup.c coll/ml: really remove the asserts in the barrier setup 2014-03-18 22:04:50 +00:00
coll_ml_hier_algorithms_bcast_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.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 Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +00:00
coll_ml_hier_algorithms_setup.c Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +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 Remove unnecessary \n's in ML_VERBOSE and ML_ERROR. 2014-03-18 12:24:32 +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: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +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 leaks in coll/ml resources 2014-03-21 21:54:14 +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 Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml_select.h Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
coll_ml.h Fixing broken dependency between ML/BCOLS 2014-02-07 19:15:45 +00:00
Makefile.am coll/ml: add support for blocking and non-blocking allreduce, reduce, and 2014-01-22 15:39:19 +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