Skip to content
Snippets Groups Projects
Commit a8cec219 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add UPstream request cancellation (#2800)

- useful when speculative receives have been initiated but are no
  longer required.

  Combines MPI_Cancel() + MPI_Request_free() for consistent resource
  management. Currently no feedback provided if the request was
  satisfied by a completed send/recv or by cancellation (can be added
  later if required).
parent f4df00a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment