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