Boost logo

Boost :

Subject: [boost] Documentation appears to have part of boost::mpi::packed_iarchive and boost::mpi::packed_oarchive reversed?
From: Dominic Marcello (dmarce1_at_[hidden])
Date: 2014-07-30 20:44:05


Hello

It seems like the documentation for boost::mpi::packed_iarchive and
boost::mpi::packed_oarchive are reversed. boost::mpi_packed_iarchive uses
MPI_Unpack and boost::mpi::packed_oarchive uses MPI_Pack. This can be
verified by looking at the packed_iprimitive and packed_oprimitive base
classes. The documentation, as well as the packed_iarchive and
packed_oarchive header files, however, say the opposite - that
packed_oarchive uses MPI_Unpack and packed_iarchive uses MPI_Pack.

-Dominic


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk