Opened 12 years ago
Closed 12 years ago
#4696 closed Feature Requests (wontfix)
Support MPI_Ibsend
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | mpi | 
| Version: | Boost 1.44.0 | Severity: | Optimization | 
| Keywords: | Cc: | 
Description
Is it possible to support non-blocking MPI_Ibsend(), so that there would be no need to store the request and buffer (see e.g. issue #2400) until it the request completes?
  Note:
 See   TracTickets
 for help on using tickets.
    

You would actually still have to store the request and wait on it. Do you still need Ibsend under those conditions?