1
1
openmpi/ompi/mca/coll
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
..
base sharing negative tag space between libNBC and HCOLL 2014-01-10 12:51:34 +00:00
basic Trivial defensive programming/style update: use {}, even for 1-line blocks. 2014-04-09 16:28:31 +00:00
demo Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
fca fca: support relocation of fca packages to opal_prefix/../fca 2014-02-14 14:49:41 +00:00
hcoll OSHMEM: various fixes 2014-03-11 17:27:33 +00:00
hierarch This commit fixes some of the Coverity reported warnings. I addressed 2014-04-06 18:23:49 +00:00
inter This commit fixes some of the Coverity reported warnings. I addressed 2014-04-06 18:23:49 +00:00
libnbc sharing negative tag space between libNBC and HCOLL 2014-01-10 12:51:34 +00:00
ml coll/ml: fix issues identified by the clang static analyser and fix 2014-04-16 22:43:35 +00:00
portals4 Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
self Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
sm Per Marco, don't define a "min" function if one is already defined to avoid conflict with cygwin reserved word 2014-01-10 18:03:25 +00:00
tuned This commit fixes some of the Coverity reported warnings. I addressed 2014-04-06 18:23:49 +00:00
coll.h MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00