Boost C++ Libraries: Ticket #2401: Messages corrupted if isend requests are not retained https://svn.boost.org/trac10/ticket/2401 <p> If I do a series of isends and discard the request objects (because I don't need to know when they complete), the messages can get corrupted. I realize this is the way the MPI library is designed, but I'm wondering if it possible to use some C++ goodness to make the request objects persist behind-the-scenes until the request is completed? The behavior is particularly unexpected in the Python layer. Thanks very much! </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2401 Trac 1.4.3 Marshall Clow Sat, 11 Oct 2008 19:24:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2401#comment:1 https://svn.boost.org/trac10/ticket/2401#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">duplicate</span> </li> </ul> <p> Duplicate of <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> </p> Ticket