Go to the documentation of this file.
3 #ifndef DUNE_ALUGRID_CHECKPARALLEL_HH
4 #define DUNE_ALUGRID_CHECKPARALLEL_HH
7 #include <alugrid_defineparallel.h>
12 #if ALU3DGRID_BUILD_FOR_PARALLEL == 0
13 #warning "The ALUGrid-library wasn't compiled for parallel usage. Reconfigure\
14 using the MPI compiler script or compile Dune without the MPI support!\
15 Defaulting to serial ALUGrid!"
16 #define ALU3DGRID_PARALLEL 0
18 #define ALU3DGRID_PARALLEL 1
21 #define ALU3DGRID_PARALLEL 0
22 #endif // #else // #if HAVE_MPI
24 #else // #if HAVE_ALUGRID
25 #define ALU3DGRID_PARALLEL 0
26 #endif // #else // #if HAVE_ALUGRID
28 #endif // #ifndef DUNE_ALUGRID_CHECKPARALLEL_HH