1
1
openmpi/ompi/mca/mpool
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
..
base Replace the ompi_pointer_array with opal_pointer_array. The next step 2007-12-21 06:02:00 +00:00
rdma Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
sm Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
Makefile.am Introduce a new debugging MCA parameter: 2007-08-01 21:33:25 +00:00
mpool.h Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00