2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 04:22:17 +00:00

Make homogeneous platform the default.

It is the default in HPC anyway, and the default of most underlying MPI implementions.
This commit is contained in:
Alain Miniussi
2015-04-21 16:57:28 +02:00
parent d0ded005b6
commit f0a95bdb9d
2 changed files with 19 additions and 18 deletions

View File

@@ -20,10 +20,9 @@
#include <mpi.h>
#include <boost/config.hpp>
/** @brief Define this macro to avoid expensice MPI_Pack/Unpack calls on
* homogeneous machines.
*/
//#define BOOST_MPI_HOMOGENEOUS
// Comment this macro is you are running in an heterogeneous environement.
//
#define BOOST_MPI_HOMOGENEOUS
// If this is an MPI-2 implementation, define configuration macros for
// the features we are interested in.