Re: [Boost-bugs] [Boost C++ Libraries] #2220: Stack overflow in get_mpi_datatype() for struct declared as primitive_type

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2220: Stack overflow in get_mpi_datatype() for struct declared as primitive_type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-30 00:35:11


#2220: Stack overflow in get_mpi_datatype() for struct declared as primitive_type
---------------------------+------------------------------------------------
  Reporter: Evgeny | Owner: troyer
      Type: Bugs | Status: new
 Milestone: Boost 1.36.0 | Component: mpi
   Version: Boost 1.36.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+------------------------------------------------

Comment(by anonymous):

 If this behavior is by design, then sorry for this bug ticket.

 My intention is to transport binary structures on a platform-dependent
 binary basis, without any member-wise serialization. This must lower CPU
 utilization and thus increase transfer rates. As far as I know this
 feature exists in MPI, so I expected to obtain this behavior in the boost
 wrapper.

 Exactly, by declaring structures as primitive_type I expected to avoid
 serialization procedure at all (and actually after such declaration,
 serialize() becomes unneeded in compile time). But - implementation fails
 with stack overflow.

 Can you advise?

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2220#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:49:58 UTC