Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
config.hpp File Reference
#include <mpi.h>
#include <boost/config.hpp>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define MPICH_IGNORE_CXX_SEEK   1
 
#define BOOST_MPI_CALLING_CONVENTION
 Define this macro to avoid expensice MPI_Pack/Unpack calls on homogeneous machines. More...
 
#define BOOST_MPI_DECL
 

Macro Definition Documentation

#define BOOST_MPI_CALLING_CONVENTION

Define this macro to avoid expensice MPI_Pack/Unpack calls on homogeneous machines.

Specifies the calling convention that will be used for callbacks from the underlying C MPI.

This is a Windows-specific macro, which will be used internally to state the calling convention of any function that is to be used as a callback from MPI. For example, the internally-defined functions that are used in a call to MPI_Op_create. This macro is likely only to be useful to users that wish to bypass Boost.MPI, registering their own callbacks in certain cases, e.g., through MPI_Op_create.

#define BOOST_MPI_DECL
#define MPICH_IGNORE_CXX_SEEK   1