1
1
openmpi/ompi/mca/bml
Nathan Hjelm db74fa9d0f bml/r2: fix memory leak
The add_procs change made some assumptions in the bml/r2 add_procs
wrong. This lead to del_procs never being called. I removed the logic
that checks the ompi_proc_t reference count and removed an unnecessary
allocation. The allocation only makes sense if we pass more than a
single proc at a time to the btl del_procs.

This commit also ensures that the btl del_procs is called if the
endpoint is in the btl_rdma array but not the btl_send array.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-23 10:45:13 -06:00
..
base bml: Add support for dynamically calling add_procs 2015-09-10 08:55:54 -06:00
r2 bml/r2: fix memory leak 2015-09-23 10:45:13 -06:00
bml.h bml: Add support for dynamically calling add_procs 2015-09-10 08:55:54 -06:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00