Closed
Description
Need to cherry-pick the commits from the PRs listed below to v2.x, v3.0.x, v3.1.x, and v4.0.x:
- pml/ob1: fixed local handle sent during PUT control message #6556 (e630046): pml/ob1: fixed local handle sent during PUT control message
- Fix the leak of fragments for persistent sends (issue #6565) #6621 (a16cf0e): Fix the leak of fragments for persistent sends
Note that a16cf0e contains use of OPAL_THREAD_SUB_FETCH_SIZE_T
and OPAL_THREAD_ADD_FETCH_SIZE_T
, neither of which exist before v4.0.x. Porting to the older branches is therefore a bit complex -- I took a whack at it and was not confident enough in what I finally managed to get to compile.