Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ch4/am: hold a reference to comm in long_req_target_msg_cb
By the time we match the request, the comm may have been freed from user space already. Hold on to a reference so we are still able to use it to send additional active messages. This should not be necessary if we use global rank in sending am transport.
- Loading branch information