1
1
openmpi/ompi/mca/mpool
Andrew Friedley 48d61cd99a Mostly fragment/LMR handling fixes:
- Grab the mpool_registration in _frag_common_constructor()
 - Save the LMR context in the segment key
 - No need for cookie variables - can just cast the frag
 - No need to memcpy() data when recv'ing
 - Add an LMR triplet to the fragment structure and initialize it
   in btl_udapl_alloc().
 - Whitespace/typo fixes, remove some opal_output() calls

Looks like I can use triplets describing sub-regions of registered LMR's.  So I
do this - prior to this patch I was sending the entire free list memory over,
which isn't correct :)

Back to an earlier problem - when sending address information right after
connection establishment, the receiving end receives a DTO completion event and
appears to have good data.  But the sending end never receives a DTO completion
event indicating the send completed, and never completes the client side of the
connection.

This commit was SVN r9386.
2006-03-23 16:21:08 +00:00
..
base enable both mpool_base_use_mem_hooks and mpool_use_mem_hooks, same for 2006-03-23 16:15:50 +00:00
gm Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mvapi * SilverStorm's header files do some evil things that cause some of our 2006-03-12 04:45:28 +00:00
openib Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
sm Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
udapl Mostly fragment/LMR handling fixes: 2006-03-23 16:21:08 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00
mpool.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00