1
1
openmpi/ompi/mca/mpool/base
Galen Shipman 5271948ec0 --- opal object changes
add object size to opal class
no longer need the size when allocating a new object as this is stored in
the class structure

--- dr changes 
Previous rev. maintained state on the communicator used for acking duplicate
fragments, but the communicator may be destroyed prior to successfull
delivery of an ack to the peer. We must therefore maintain this state
globally on a per peer, not a per peer, per communicator basis. 
This requires that we use a global rank on the wire and translate this as
appropriate to a local rank within the communicator. 

This commit was SVN r9454.
2006-03-29 16:19:17 +00:00
..
base.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00
mpool_base_alloc.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mpool_base_close.c Remove the segfault in ompi_info, when we try to destruct a not yet 2006-03-16 16:56:22 +00:00
mpool_base_init.c --- opal object changes 2006-03-29 16:19:17 +00:00
mpool_base_lookup.c Remove the segfault in ompi_info, when we try to destruct a not yet 2006-03-16 16:56:22 +00:00
mpool_base_mem_cb.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mpool_base_mem_cb.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mpool_base_open.c Remove a warning by protecting one of the variables around #if/#endif. 2006-03-24 04:43:53 +00:00