Closed
Description
Per #1676 and open-mpi/ompi-release#1174, we probably want to improve how BTL progress functions are invoked. Suggestions:
- Separate, low-priority progress functions for advancement of incoming connections.
- Don't have R2 always register BTL progress functions -- let BTLs register their own progress functions as they see fit (or not).
- Might be better to trigger CM progress threads based on time rather than number of iterations through
opal_progress()
.