|
Boost Testing : |
Subject: [Boost-testing] [boost]Trunk MPI tests broken (Serialization bug)
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-06-07 21:43:16
Hi Robert,
It looks like most all the MPI tests may have broken with this checkin.
https://svn.boost.org/trac/boost/changeset/62358/trunk
or at least one of your checkins that touched the archive version_type.
The error points to
../boost/mpi/datatype.hpp:184:3: error: no matching function for call
to ???assertion_failed(mpl_::failed************
boost
::mpi::is_mpi_datatype<boost::archive::version_type>::************)???
but from what I can tell neither this file (nor any other MPI source
file) has changed in months.
Can you take a look at this?
-- Noel