2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-24 16:12:16 +00:00

Doxygen documentation of BOOST_MI_HOMOGENEOUS

This commit is contained in:
Alain Miniussi
2015-04-22 16:12:47 +02:00
parent a11558185f
commit e24fd6da99

View File

@@ -20,8 +20,16 @@
#include <mpi.h>
#include <boost/config.hpp>
// Comment this macro is you are running in an heterogeneous environement.
//
/** @brief Comment this macro is you are running in an heterogeneous environement.
*
* 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.
*/
#define BOOST_MPI_HOMOGENEOUS
// If this is an MPI-2 implementation, define configuration macros for