1
1
openmpi/ompi/mca/bml
Nathan Hjelm 6fa6513003 bml: Add support for dynamically calling add_procs
This commit contains the following changes:

 - bml: add a function to add a single process. this function is
   intended to remove the need to maintain a opal_bitmap_t as it is
   irrelevant for a single proc. BTLs will need to be updated to
   either 1) ignore the return code from opal_bitmap_set_bit or not
   call the function if the reachability bitmap is NULL.

 - bml: add an inline accessor function for getting the bml endpoint
   for a peer proc. this function will either 1) return the cached bml
   endpoint, or 2) create the endpoint and call add_proc will all
   available BTL modules.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-10 08:55:54 -06:00
..
base bml: Add support for dynamically calling add_procs 2015-09-10 08:55:54 -06:00
r2 bml: Add support for dynamically calling add_procs 2015-09-10 08:55:54 -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