1
1
openmpi/opal/mca
Jeff Squyres 4fe26b0392 Fix some minor memory leaks
This commit was SVN r25410.
2011-11-01 20:22:26 +00:00
..
backtrace Some platforms don't have <execinfo.h>, even if they have backtrace() 2011-07-10 11:14:19 +00:00
base Fix the cases where the default values of MCA params were not always 2011-10-29 12:29:31 +00:00
carto patched the lex files to not issue the following compiler warning: 2011-10-10 18:13:04 +00:00
common Per the RFC from Jeff, move hwloc from opal/mca/common to its own static framework ala libevent. Have ORTE daemons collect the topology info at startup and, if --enable-hwloc-xml is set, send that info back to the HNP for later use. The HNP only retains unique topology "templates" to reduce memory footprint. Have the daemon include the local topology info in the nidmap buffer sent to each app so the apps don't all hammer the local system to discover it for themselves. 2011-09-11 19:02:24 +00:00
compress Decode SOS error code before checking it with the native error code. 2011-01-20 23:21:38 +00:00
crs Add explicit number for opal_crs_state_type_t enum (for debugging). Also add a MAX so we can easily check for out of bounds states during debugging. 2011-06-09 14:27:24 +00:00
event Fix typo that prevents VPATH builds. 2011-09-28 11:29:12 +00:00
hwloc Fix some minor memory leaks 2011-11-01 20:22:26 +00:00
if Plug memory leak 2011-02-14 19:51:33 +00:00
installdirs Update the windows installdir component. 2011-04-05 12:15:41 +00:00
maffinity Remove no-longer-true comment. Process-wide memory affinity policy is 2011-10-11 20:00:45 +00:00
memchecker Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
memcpy Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
memory - On Linux x86-64 with intel compiler v12.1, any ompi-app fails before 2011-10-14 20:47:08 +00:00
paffinity Complete implementation of the ess.proc_get_locality API. Up to this point, the API was only capable of telling if the specified proc was sharing a node with you. However, the returned value was capable of telling you much more detailed info - e.g., if the proc shares a socket, a cache, or numa node. We just didn't have the data to provide that detail. 2011-10-19 20:18:14 +00:00
pstat Plug fd leak 2011-05-18 13:46:27 +00:00
shmem change opal_output_verbose level to be consistent with shmem base. 2011-08-09 21:34:12 +00:00
timer Fix build failure on AIX 2011-01-28 08:09:45 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca.h Per http://www.open-mpi.org/community/lists/devel/2010/01/7283.php, allow MCA components to fail the component.register and component.open methods without the MCA base printing errors. 2010-01-12 19:29:12 +00:00