Opened 12 years ago

Closed 12 years ago

#4696 closed Feature Requests (wontfix)

Support MPI_Ibsend

Reported by: astukalov@… 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?

Change History (1)

comment:1 by Matthias Troyer, 12 years ago

Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.