1
1
openmpi/opal/mca
Jeff Squyres c7c3de87f5 Add ummunotify support to Open MPI. See
http://marc.info/?l=linux-mm-commits&m=127352503417787&w=2 for more
details.

 * Remove the ptmalloc memory component; replace it with a new "linux"
   memory component.
 * The linux memory component will conditionally compile in support
   for ummunotify.  At run-time, if it has ummunotify support and
   finds run-time support for ummunotify (i.e., /dev/ummunotify), it
   uses it.  If not, it tries to use ptmalloc via the glibc memory
   hooks. 
 * Add some more API functions to the memory framework to accomodate
   the ummunotify model (i.e., poll to see if memory has "changed").
 * Add appropriate calls in the rcache to the new memory APIs to see
   if memory has changed, and to react accordingly.
 * Add a few comments in the openib BTL to indicate why we don't need
   to notify the OPAL memory framework about specific instances of
   registered memory.
 * Add dummy API calls in the solaris malloc component (since it
   doesn't have polling/"did memory change" support).

This commit was SVN r23113.
2010-05-11 21:43:19 +00:00
..
backtrace - Replace combinations of 2009-08-20 11:42:18 +00:00
base Ensure we get past the '=' in the parameter 2010-04-26 20:46:50 +00:00
carto - We don't configure-check for errno.h and don't need errno.h here... 2010-02-09 01:12:52 +00:00
crs r22885 missed a few symbol updates when it changed ompi_want_ft to opal_want_ft 2010-03-30 16:47:39 +00:00
installdirs Remove the mistaken line (confirmed by Shiqing). 2009-10-30 12:45:05 +00:00
maffinity - Replace combinations of 2009-08-20 11:42:18 +00:00
memchecker - Replace combinations of 2009-08-20 11:42:18 +00:00
memcpy - Replace combinations of 2009-08-20 11:42:18 +00:00
memory Add ummunotify support to Open MPI. See 2010-05-11 21:43:19 +00:00
paffinity Little more cleanup on paffinity. Provide a specific error code for affinity not supported so we can better report the problem. Move the error reporting to orterun so we only get one error message. Update the darwin paffinity module to return the correct new error codes. 2010-05-07 14:04:55 +00:00
pstat Updates to make trunk run on Catamount again: 2010-02-03 05:07:40 +00:00
sysinfo Need separate flag for select when initializing sysinfo framework 2010-01-12 23:22:46 +00:00
timer - Replace combinations of 2009-08-20 11:42:18 +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