GEOSX
GeosxConfig.hpp
Go to the documentation of this file.
1 
8 #ifndef GEOSX_COMMON_CONFIG_HPP
9 #define GEOSX_COMMON_CONFIG_HPP
10 
12 #define GEOSX_VERSION_MAJOR 0
13 #define GEOSX_VERSION_MINOR 0
15 #define GEOSX_VERSION_PATCH 31
17 #define GEOSX_VERSION_FULL "0.0.31"
19 
21 #define GEOSX_USE_FPE
22 
24 #define GEOSX_USE_ARRAY_BOUNDS_CHECK
25 
27 #define GEOSX_USE_CALIPER
28 
30 #define GEOSX_USE_CHAI
31 
33 #define GEOSX_USE_MATHPRESSO
34 
36 #define GEOSX_USE_MPI
37 
39 #define GEOSX_USE_OPENMP
40 
42 #define GEOSX_USE_CUDA
43 
45 #define GEOSX_USE_PYTHON
46 
48 #define USE_GEOSX_PTP
49 
51 #define GEOSX_USE_RAJA
52 
54 #define GEOSX_USE_TIMERS
55 
57 #define GEOSX_USE_TOTALVIEW_OUTPUT
58 
60 #define GEOSX_USE_MKL
61 
63 #define GEOSX_USE_TRILINOS
64 
66 #define GEOSX_USE_HYPRE
67 
69 #define GEOSX_USE_PETSC
70 
72 #define GEOSX_LA_INTERFACE Hypre
73 /* #undef GEOSX_LA_INTERFACE_TRILINOS */
76 #define GEOSX_LA_INTERFACE_HYPRE
77 /* #undef GEOSX_LA_INTERFACE_PETSC */
79 
81 #define FORTRAN_MANGLE_NO_UNDERSCORE
82 
84 #define GEOSX_USE_SEPARATION_COEFFICIENT
85 
87 #define GEOSX_CMAKE_BUILD_TYPE "Release"
88 
89 #endif /* GEOSX_CONFIG_HPP */
90