-
Notifications
You must be signed in to change notification settings - Fork 95
/
autoconf_build_defines.hxx.in
102 lines (68 loc) · 1.79 KB
/
autoconf_build_defines.hxx.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* autoconf_build_defines.hxx.in. Generated from configure.ac by autoheader. */
/* Runtime error checking level */
#undef BOUT_CHECK_LEVEL
/* ARKODE support */
#undef BOUT_HAS_ARKODE
/* Caliper support */
#undef BOUT_HAS_CALIPER
/* CVODE support */
#undef BOUT_HAS_CVODE
/* FFTW support */
#undef BOUT_HAS_FFTW
/* NLS support */
#undef BOUT_HAS_GETTEXT
/* Hypre support */
#undef BOUT_HAS_HYPRE
/* IDA support */
#undef BOUT_HAS_IDA
/* LAPACK support */
#undef BOUT_HAS_LAPACK
/* NETCDF support */
#undef BOUT_HAS_LEGACY_NETCDF
/* NETCDF support */
#undef BOUT_HAS_NETCDF
/* PETSc support */
#undef BOUT_HAS_PETSC
/* PNETCDF support */
#undef BOUT_HAS_PNETCDF
/* Compiler PRETTYFUNCTION support */
#undef BOUT_HAS_PRETTY_FUNCTION
/* PVODE support */
#undef BOUT_HAS_PVODE
/* RAJA support */
#undef BOUT_HAS_RAJA
/* Score-P support */
#undef BOUT_HAS_SCOREP
/* SLEPc support */
#undef BOUT_HAS_SLEPC
/* SUNDIALS support */
#undef BOUT_HAS_SUNDIALS
/* Umpire support */
#undef BOUT_HAS_UMPIRE
/* Use libuuid for UUID generation */
#undef BOUT_HAS_UUID_SYSTEM_GENERATOR
/* Type of the metric fields */
#undef BOUT_METRIC_TYPE
/* OpenMP schedule */
#undef BOUT_OPENMP_SCHEDULE
/* Enable backtrace in exceptions */
#undef BOUT_USE_BACKTRACE
/* Enable color logs option */
#undef BOUT_USE_COLOR
/* Enable CUDA */
#undef BOUT_HAS_CUDA
/* Is the metric field 3D */
#undef BOUT_USE_METRIC_3D
/* Enable MsgStack for traces */
#undef BOUT_USE_MSGSTACK
/* Enable OpenMP */
#undef BOUT_USE_OPENMP
/* Enabled extra debug output */
#undef BOUT_USE_OUTPUT_DEBUG
/* Enable floating point exceptions */
#undef BOUT_USE_SIGFPE
/* Enable signal handlers */
#undef BOUT_USE_SIGNAL
/* Enable field name tracking */
#undef BOUT_USE_TRACK
// NOTE TO DEVELOPERS: PLEASE KEEP THIS LINE AND DELETE AUTOGENERATED CONTENT BELOW!