1
1
openmpi/ompi/mca/mpool/rdma
Gleb Natapov 8bfcfa464a Don't call free(), or library functions that may call free() inside (such as
ibv_dereg_mr() for instance) from ptmalloc callback. Call to free() from the
callback causes deadlock. Notice what should be unregistered inside the callback
and do actual cleanup at the next call to mpool->register().

This commit was SVN r17064.
2008-01-08 08:55:42 +00:00
..
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
mpool_rdma_component.c Make sure to use the new metadata flags 2007-04-27 17:18:26 +00:00
mpool_rdma_module.c Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
mpool_rdma.h Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00