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