1 # ifndef _RHEOLEF_COMPILER_MPI_H
2 # define _RHEOLEF_COMPILER_MPI_H
23 #include "rheolef/compiler.h"
25 #ifdef _RHEOLEF_HAVE_MPI
28 # pragma GCC diagnostic push
29 # pragma GCC diagnostic ignored "-Weffc++"
31 # pragma GCC diagnostic pop
32 # ifdef _RHEOLEF_HAVE_BOOST_MPI_HPP
33 # include <boost/mpi.hpp>
36 using mpi::communicator;
39 # error "boost.mpi library expected"
This file is part of Rheolef.