$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] mpi/serialization:
From: Jacques C. Richard (richard_at_[hidden])
Date: 2012-01-30 21:30:29
terminate called after throwing an instance of 'boost::archive::archive_exception'
what(): array size too short
What does this error mean? The message was too small or std::vector size was not big enough?
std::vector< boost::mpi::request > reqs ;
std::vector< T > Neighbor2Proc ;
std::vector< T > Neighbor4Proc( 18 ) ;