1
1
openmpi/ompi/mca/btl/openib
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
..
connect Add ummunotify support to Open MPI. See 2010-05-11 21:43:19 +00:00
btl_openib_async.c Adding a hash table for management dependences between SRQs and their BTL modules. 2010-02-18 09:48:16 +00:00
btl_openib_async.h Fixing race condition between main thread and async event thread 2008-07-13 16:21:49 +00:00
btl_openib_component.c Add ummunotify support to Open MPI. See 2010-05-11 21:43:19 +00:00
btl_openib_eager_rdma.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_openib_endpoint.c Correct year for copyright notices 2010-03-25 03:14:21 +00:00
btl_openib_endpoint.h This fixes trac:2265 removing a race in the openib btl endpoint when 2010-02-23 12:46:06 +00:00
btl_openib_fd.c Drain pipe from service thread to main thread during shutdown. By this 2009-07-09 22:13:10 +00:00
btl_openib_fd.h Drain pipe from service thread to main thread during shutdown. By this 2009-07-09 22:13:10 +00:00
btl_openib_frag.c Fix compiler warnings on 32bit systems. 2008-01-31 09:05:25 +00:00
btl_openib_frag.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_openib_ini.c * Rename (new) MCA parameter to 2009-02-06 00:51:04 +00:00
btl_openib_ini.h * Rename (new) MCA parameter to 2009-02-06 00:51:04 +00:00
btl_openib_ip.c This has bugged me for a long, long time: rename btl_openib_iwarp.* -> 2010-02-25 21:04:09 +00:00
btl_openib_ip.h This has bugged me for a long, long time: rename btl_openib_iwarp.* -> 2010-02-25 21:04:09 +00:00
btl_openib_lex.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_openib_lex.l - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_openib_mca.c Adding a hash table for management dependences between SRQs and their BTL modules. 2010-02-18 09:48:16 +00:00
btl_openib_mca.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_openib_proc.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
btl_openib_proc.h Merge in /tmp-public/cpc3 branch to trunk. oob/xoob still remains the 2008-05-02 11:52:33 +00:00
btl_openib_xrc.c Clean up bunches of compiler warnings 2009-05-14 15:39:53 +00:00
btl_openib_xrc.h Fixes trac:1295: change language in openib BTL from IB-specific to be 2008-07-23 00:28:59 +00:00
btl_openib.c Fix a minor bug in the error flow of check_if_device_support_modify_srq 2010-04-12 11:28:44 +00:00
btl_openib.h Adding a hash table for management dependences between SRQs and their BTL modules. 2010-02-18 09:48:16 +00:00
btl-openib-benchmark * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
configure.m4 * Fix a truckload of Cisco copyrights to be the same as the rest of 2009-01-11 02:30:00 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
help-mpi-btl-openib.txt Adding a hash table for management dependences between SRQs and their BTL modules. 2010-02-18 09:48:16 +00:00
Makefile.am This has bugged me for a long, long time: rename btl_openib_iwarp.* -> 2010-02-25 21:04:09 +00:00
mca-btl-openib-device-params.ini Add Intel's OUI. 2010-02-26 19:54:16 +00:00