Boost C++ Libraries: Ticket #5245: ssend/issend support in Boost.MPI https://svn.boost.org/trac10/ticket/5245 <p> I have code that depends on the use of MPI ssend/issend (synchronous send), so I would like to see Boost.MPI support it. </p> <p> I'm attaching a patch to this extent; it applies cleanly to Boost 1.45.0 and 1.46.0. </p> <p> The patched code sometimes fails the "nonblocking" test, seemingly at random and I'm not able to debug it. On the other hand, I have been using the patched Boost.MPI in production runs of my code for months now without any issue so I'm quite confident in it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5245 Trac 1.4.3 Riccardo Murri <riccardo.murri@…> Tue, 01 Mar 2011 10:51:55 GMT attachment set https://svn.boost.org/trac10/ticket/5245 https://svn.boost.org/trac10/ticket/5245 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_45_0.ssend.patch</span> </li> </ul> <p> patch implementing ssend/issend functionality in Boost.MPI (applies to 1.45 and 1.46) </p> Ticket Matthias Troyer Tue, 01 Jan 2013 11:13:26 GMT owner changed https://svn.boost.org/trac10/ticket/5245#comment:1 https://svn.boost.org/trac10/ticket/5245#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Matthias Troyer</span> </li> </ul> Ticket