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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user