1
1
openmpi/ompi/mca/btl
Brian Barrett dcc6b47fa2 * put rdma operations in the send event queue instead of receive because it's
easier to do event accounting that way
* greatly increase receive event and buffer sizes.  We're still about half
  of what Cray defaults to, so I don't feel bad about the increases
* Implement a pre-pinning optimization for eager fragments - will be
  pinned on first use and left pinned for the life of the fragment
* Since we can't have two receive frag callbacks fired at the same time,
  don't have receive free list - just keep one receive fragment in the
  module.  Saves a big free list and all that interaction.

This commit was SVN r9915.
2006-05-14 04:23:26 +00:00
..
base - modified convertor copy_and_prepare routines to accept an addition 2006-03-17 18:46:48 +00:00
gm Add a missing copyright. 2006-04-19 21:36:22 +00:00
mvapi decrease eager limit to 12K (improves latency) 2006-04-14 22:28:37 +00:00
mx Cleanup the MX BTL. Remove all mpool related code as there will never be a MX mpool. 2006-05-04 06:55:45 +00:00
openib fix endpoint matching in on demand connection establishment. This fix is in mvapi btl already. 2006-05-09 12:12:52 +00:00
portals * put rdma operations in the send event queue instead of receive because it's 2006-05-14 04:23:26 +00:00
self - turn on eager rdma by default 2006-04-14 21:11:14 +00:00
sm Remove the printf that I unfortunately commit. 2006-05-10 00:02:54 +00:00
tcp add diagnostic interface 2006-03-17 17:39:41 +00:00
template removed debug code - free list implementation has changed 2006-04-27 15:34:12 +00:00
udapl uDAPL has an expects memory for enumerating interface adapters in a really 2006-05-10 19:50:30 +00:00
btl.h - modified convertor copy_and_prepare routines to accept an addition 2006-03-17 18:46:48 +00:00
Makefile.am fixes suggested by Ralf for supporting both Libtool 1 and 2 in Open MPI... 2005-12-19 03:10:23 +00:00