I found this on the web:

For that error, the line 64 of 
$BOOST/boost/mpi/detail/mpi_datatype_oarchive.hpp must be changed, so that:
BOOST_MPL_ASSERT((sizeof(T)==sizeof(int_type)));
be replaced by:
BOOST_MPL_ASSERT_RELATION( sizeof(T), ==, sizeof(int_type) );

I tested it and indeed this fixes the problem 

C.
-- 
Debian Developer
Annecy - Grenoble
Scientific computing related software



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to