Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Macro BOOST_MPI_HOMOGENEOUS

BOOST_MPI_HOMOGENEOUS — Comment this macro is you are running in an heterogeneous environement.

Synopsis

// In header: <boost/mpi/config.hpp>

BOOST_MPI_HOMOGENEOUS

Description

When this flags is enabled, we assume some simple, POD like, type can be transmited without paying the cost of portable serialization.

Comment this if your platform is not homogeneous and that portable serialization/deserialization must be performed.

It you do so, check that you MPI implementation supports thats kind of environement.


PrevUpHomeNext