From e24fd6da9923e37ddd324d1be892a724537411d5 Mon Sep 17 00:00:00 2001 From: Alain Miniussi Date: Wed, 22 Apr 2015 16:12:47 +0200 Subject: [PATCH] Doxygen documentation of BOOST_MI_HOMOGENEOUS --- include/boost/mpi/config.hpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/include/boost/mpi/config.hpp b/include/boost/mpi/config.hpp index 3eaf74a..2119a14 100644 --- a/include/boost/mpi/config.hpp +++ b/include/boost/mpi/config.hpp @@ -20,8 +20,16 @@ #include #include -// 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