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
25 #define ALU3DGRID_PARALLEL 0