![]() |
Home | Libraries | People | FAQ | More |
boost::mpi::packed_iarchive — An archive that unpacks binary data from an MPI buffer.
// In header: <boost/mpi/packed_iarchive.hpp> class packed_iarchive : public { public: // construct/copy/destruct (, , = , = ); (, = , = ); // public member functions template<typename T> (, ); template<typename T> (, ); template<typename T> (); (); (); (); (); (); };
The packed_oarchive
class is an Archiver (as in the Boost.Serialization library) that unpacks binary data from a buffer received via MPI. It can operate on any Serializable data type and will use the MPI_Unpack
function of the underlying MPI implementation to perform deserialization.
packed_iarchive
public
construct/copy/destruct( comm, b, flags = , position = );
Construct a
to receive data over the given MPI communicator and with an initial buffer.packed_iarchive
Parameters: |
|
( comm, s = , flags = );
Construct a
to receive data over the given MPI communicator.packed_iarchive
Parameters: |
|