Boost C++ Libraries: Ticket #4696: Support MPI_Ibsend https://svn.boost.org/trac10/ticket/4696 <p> Is it possible to support non-blocking <a class="ext-link" href="http://www.open-mpi.org/doc/v1.4/man3/MPI_Ibsend.3.php"><span class="icon">​</span>MPI_Ibsend()</a>, so that there would be no need to store the request and buffer (see e.g. issue <a class="reopened ticket" href="https://svn.boost.org/trac10/ticket/2400" title="#2400: Feature Requests: Messages corrupted if isend requests are not retained (reopened)">#2400</a>) until it the request completes? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4696 Trac 1.4.3 Matthias Troyer Wed, 03 Nov 2010 19:34:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4696#comment:1 https://svn.boost.org/trac10/ticket/4696#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> You would actually still have to store the request and wait on it. Do you still need Ibsend under those conditions? </p> Ticket