Re: [Boost-bugs] [Boost C++ Libraries] #2400: Messages corrupted if isend requests are not retained

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2400: Messages corrupted if isend requests are not retained
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-06 20:39:20


#2400: Messages corrupted if isend requests are not retained
--------------------------------+-------------------------------------------
 Reporter: dwchiang@… | Owner: troyer
     Type: Feature Requests | Status: assigned
Milestone: Boost 1.37.0 | Component: mpi
  Version: Boost 1.36.0 | Severity: Problem
 Keywords: |
--------------------------------+-------------------------------------------

Comment(by troyer):

 The reason is that when sending anything other than MPI datatypes, the
 object is serialized by Boost.Serialization into a temporary buffer, which
 is then associated with the request object. Using isend with Boost.MPI one
 always has to wait for completion of the request and cannot discard it.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2400#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC