1
1
openmpi/ompi
Jeff Squyres d92a8e01f8 Use the _SAFE list traversal macro so that we can remove each item
from the list (just for good measure), and then free() it (without
using _SAFE, we were accessing memory that was just free()'d to get to
the next item).  Also be a little more thorough -- DESTRUCT the list
when we're all done.

This commit was SVN r28429.
2013-05-01 12:26:16 +00:00
..
attribute Move the RTE framework change into the trunk. With this change, all non-CR 2013-01-27 23:25:10 +00:00
class The constructor and destructor are not publicly visible functions. 2013-04-30 23:23:57 +00:00
communicator Cleanup the communicator cid allocation function. The value of the old_com 2013-03-26 14:45:21 +00:00
contrib Fixed Coverity CID 993726 (Use after free) 2013-04-04 06:57:00 +00:00
datatype Fix the issues with the MPI_Op and the Fortran90 types. 2012-12-19 11:08:18 +00:00
debuggers MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
errhandler Ensure that MPI_LASTUSEDCODE is always >= MPI_ERR_LASTCODE. Thanks to 2013-03-27 01:32:27 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group == Highlights == 2012-04-18 15:57:29 +00:00
include Per RFC add initial support for the MPI 3.0 tools interface. 2013-04-24 15:59:23 +00:00
info Update to r27292: only use "valuelen-1" when the valuelen is 2012-10-30 17:56:28 +00:00
mca Use the _SAFE list traversal macro so that we can remove each item 2013-05-01 12:26:16 +00:00
message Remove a bunch of unused variables. 2013-03-26 14:34:29 +00:00
mpi Use some handy shell scripts from W Spector to s/ierr/ierror/ in the 2013-04-26 22:07:42 +00:00
mpiext Move the RTE framework change into the trunk. With this change, all non-CR 2013-01-27 23:25:10 +00:00
mpit Per RFC add initial support for the MPI 3.0 tools interface. 2013-04-24 15:59:23 +00:00
op Warning squash: explicitly ignore the return value from asprintf. 2012-06-27 17:40:24 +00:00
patterns MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc In talking about this with Jeff and Ralph, we don't actually need 2013-02-12 21:10:11 +00:00
request My understanding is that an MPI_WAIT() on an inactive request should 2013-01-21 11:35:42 +00:00
runtime Fix typo in check for mpi_leave_pinned vs mpi_leave_pinned_pipeline. 2013-04-30 20:08:32 +00:00
tools Add the ability to use an external version of libevent. Clearly not recommended at this time. I've verified that it works in limited scenarios, but more thorough testing and performance impacts need to be assessed. 2013-04-29 17:02:37 +00:00
win == Highlights == 2012-04-18 15:57:29 +00:00
Makefile.am Per RFC add initial support for the MPI 3.0 tools interface. 2013-04-24 15:59:23 +00:00