1
1
openmpi/ompi/mca/btl/mvapi
Galen Shipman 9fe5844071 decrement ref count on removal of registration from mru and tree.
add misc asserts to check for proper reference counting. 

ugly hack 1 -- use mallopt to never release memory ala sbrk - this is
commented out in mca_btl_mvapi_component_init

ugly hack 2 -- test registrations comming out of the tree via rcache_find, for
an unknown reason the tree is returning registrations where the address is not
within the base or bound of the registration. If this happens, we return
NULL. 

comment out code to enable mem hooks if leave_pinned is set, note we can do
this via an mca param and will default it to leave_pinned with mem_hooks when
we iron out these issues. 

I am adding a unit test for the rcache. Note that we have a unit test for the
rb tree but the compare function is significantly different than that used for
registrations. After we have tracked down the issues with rcache_rb we will
remove the above hacks. 

This commit was SVN r7499.
2005-09-24 00:24:49 +00:00
..
btl_mvapi_component.c decrement ref count on removal of registration from mru and tree. 2005-09-24 00:24:49 +00:00
btl_mvapi_endpoint.c reductions to initial memory footprint 2005-09-21 19:10:56 +00:00
btl_mvapi_endpoint.h merge of rcache work into the trunk.. lotsa fun ;-).. 2005-09-12 22:28:23 +00:00
btl_mvapi_frag.c Removed all references to the old common/vapi stuff. 2005-08-25 15:04:22 +00:00
btl_mvapi_frag.h Commented out unused frag variables... will remove completely soon 2005-07-14 21:52:55 +00:00
btl_mvapi_proc.c Additional changes to add_proc and tokens 2005-09-02 15:18:36 +00:00
btl_mvapi_proc.h More fixes for sq tokens, 2005-09-02 03:04:28 +00:00
btl_mvapi_rdma_buf.h merge of rcache work into the trunk.. lotsa fun ;-).. 2005-09-12 22:28:23 +00:00
btl_mvapi.c decrement ref count on removal of registration from mru and tree. 2005-09-24 00:24:49 +00:00
btl_mvapi.h merge of rcache work into the trunk.. lotsa fun ;-).. 2005-09-12 22:28:23 +00:00
configure.m4 * only give warning about removing -pedantic and -Wall if we are actually 2005-07-28 06:05:27 +00:00
configure.params Rename src -> ompi 2005-07-02 13:43:57 +00:00
Makefile.am Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00