OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
config.h
1/* Coverty scan */
2
3
4/* HIP GPU support */
5
6
7/* HIP Cudify GPU support */
8
9
10/* GPU support */
11
12
13/* Define CUDIFY backend */
14
15
16/* OpenMP support */
17#define HAVE_OPENMP
18
19/* HIP GPU support */
20
21
22/* HIP Cudify GPU support */
23
24
25/* Debug */
26
27
28/* Debug */
29
30
31/* Define to dummy `main' function (if any) required to link to the Fortran
32 libraries. */
33
34
35/* Define if F77 and FC dummy `main' functions are identical. */
36
37
38/* Define if you have a BLAS library. */
39
40
41/* define if the Boost library is available */
42#define HAVE_BOOST
43
44/* define if the Boost::IOStreams library is available */
45#define HAVE_BOOST_IOSTREAMS
46
47/* define if the Boost::PROGRAM_OPTIONS library is available */
48#define HAVE_BOOST_PROGRAM_OPTIONS
49
50/* define if the Boost::Unit_Test_Framework library is available */
51#define HAVE_BOOST_UNIT_TEST_FRAMEWORK
52
53/* define if the Boost::Context library is available */
54#define HAVE_BOOST_CONTEXT
55
56/* define if the Boost::Fiber library is available */
57#define HAVE_BOOST_FIBER
58
59/* Have clock time */
60
61
62/* Define to 1 if you have the <dlfcn.h> header file. */
63
64
65/* Define if you have EIGEN library. */
66#define HAVE_EIGEN
67
68/* Define to 1 if you have the <Eigen/Dense> header file. */
69
70
71/* Define to 1 if you have the <Eigen/LU> header file. */
72
73
74/* Defined if you have HDF5 support */
75#define HAVE_HDF5
76
77/* Define to 1 if you have the <inttypes.h> header file. */
78
79
80/* Define if you have LAPACK library */
81
82
83/* Define if you have LIBHILBERT library */
84#define HAVE_LIBHILBERT 1
85
86/* Have quad math lib */
87
88
89/* Define to 1 if you have the <memory.h> header file. */
90
91
92/* Define if you have METIS library */
93#define HAVE_METIS 1
94
95/* MPI Enabled */
96#define HAVE_MPI
97
98/* We have OSX */
99
100
101/* Define if you have PARMETIS library */
102#define HAVE_PARMETIS 1
103
104/* Define if you have PETSC library */
105
106
107/* Define to 1 if you have the <stdint.h> header file. */
108
109
110/* Define to 1 if you have the <stdlib.h> header file. */
111
112
113/* Define to 1 if you have the <strings.h> header file. */
114
115
116/* Define to 1 if you have the <string.h> header file. */
117
118
119/* Define if you have SUITESPARSE library. */
120#define HAVE_SUITESPARSE
121
122/* Define to 1 if you have the <sys/stat.h> header file. */
123
124
125/* Define to 1 if you have the <sys/types.h> header file. */
126
127
128/* Define to 1 if you have the <unistd.h> header file. */
129
130
131/* Test TinyObjLoader */
132
133
134/* ACTION to take in case of error */
135
136
137/* Define to the sub-directory where libtool stores uninstalled libraries. */
138#define LT_OBJDIR ".libs/"
139
140/* NVCC compiling */
141
142
143/* Define if we have Alpaka */
144
145
146/* Additional alpaka definitions */
147
148
149
150
151
152
153
154
155
156/* Name of package */
157#define PACKAGE "openfpm_pdata"
158
159/* Define to the address where bug reports for this package should be sent. */
160#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
161
162/* Define to the full name of this package. */
163#define PACKAGE_NAME "OpenFPM_pdata"
164
165/* Define to the full name and version of this package. */
166#define PACKAGE_STRING "OpenFPM_pdata 1.0.0"
167
168/* Define to the one symbol short name of this package. */
169#define PACKAGE_TARNAME "openfpm_pdata"
170
171/* Define to the home page for this package. */
172#define PACKAGE_URL ""
173
174/* Define to the version of this package. */
175#define PACKAGE_VERSION "1.0.0"
176
177/* Test performance mode */
178
179
180/* Security enhancement class 1 */
181
182
183/* Security enhancement class 2 */
184
185
186/* Security enhancement class 3 */
187
188
189/* Define to 1 if you have the ANSI C header files. */
190
191
192/* If an error occur stop the program */
193
194
195/* Garbage injector*/
196
197
198/* Test coverage mode */
199
200
201/* when an error accur continue but avoid unsafe operation */
202/* #undef THROW_ON_ERROR */
203
204/* Version number of package */
205#define VERSION "1.0.0"
206
207#define OPENFPM_VCLUSTER