1
1
openmpi/ompi/mca
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
..
allocator Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
bcol bcol/iboffload: fix still more errors from param -> var updates 2013-04-03 19:57:03 +00:00
bml Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
btl Use the _SAFE list traversal macro so that we can remove each item 2013-05-01 12:26:16 +00:00
coll Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
common Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
crcp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
dpm Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
fbtl Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
fcoll Using ompi_type_destroy to free ompi_datatype. This had to be updated in all the collective algorithms. 2013-04-24 19:27:26 +00:00
fs 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
io Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
mpool Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
mtl Fixed macro definition order in MXM component headers 2013-04-24 16:51:43 +00:00
op Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
pml pml/ob1: do not reset the convertor if one was not created (size = 0). 2013-04-05 01:40:11 +00:00
pubsub Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rcache Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rte The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem. 2013-04-08 23:34:16 +00:00
sbgp sbgp/ibnet: fix param -> var update errors 2013-04-03 20:17:18 +00:00
sharedfp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
topo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
vprotocol Revert r28417 - given the non-standard way vprotocol is implemented, I see no way to use the framework verbosity here. Best to just leave it alone as those who use it know what they need to do to get debug output 2013-04-30 16:37:17 +00:00