Chombo + EB  3.2
CH_OpenMP.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _CH_OPENMP_H_
12 #define _CH_OPENMP_H_
13 
14 #include "DataIterator.H"
15 //#include "FABSTACKTEMP.H"
16 //#include "FABSTACKSPACEDIM.H"
17 //#include "FABSTACKSDSQUARED.H"
18 #include "NamespaceHeader.H"
19 
20 
21 
22 #if _OPENMP==1
23 #include <omp.h>
24 #define CH_SCHEDULE dynamic
25 
26 #endif
27 
28 #include "NamespaceFooter.H"
29 #endif