1
1
openmpi/ompi/mca/bml
Nathan Hjelm 31bfeede82 bml/r2: always add btl progress function
This commit changes the behavior of bml/r2 from conditionally
registering btl progress functions to always registering progress
functions. Any progress function beloning to a btl that is not yet in
use is registered as low-priority. As soon as a proc is added that
will make use of the btl is is re-registered normally.

This works around an issue with some btls. In order to progress a
first message from an unknown peer both ugni and openib need to have
their progress functions called. If either btl is not in use after the
first call to add_procs the callback was never happening. This commit
ensures the btl progress function is called at some point but the
number of progress callbacks is reduced from normal to ensure lower
overhead when a btl is not used. The current ratio is 1 low priority
progress callback for every 8 calls to opal_progress().

Fixes open-mpi/ompi#1676

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-05-21 15:54:04 -04:00
..
base bml: always enable the bml 2016-04-08 21:14:17 -06:00
r2 bml/r2: always add btl progress function 2016-05-21 15:54:04 -04: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