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/* Have clock time */
36 /**/
37
38/* Define to 1 if you have the <dlfcn.h> header file. */
39
40
41/* Define if you have EIGEN library. */
42
43
44/* Define to 1 if you have the <Eigen/Dense> header file. */
45
46
47/* Define to 1 if you have the <Eigen/LU> header file. */
48
49
50/* Defined if you have HDF5 support */
51#define HAVE_HDF5
52
53/* Define to 1 if you have the <inttypes.h> header file. */
54
55
56/* Define if you have LAPACK library */
57
58
59/* Define if you have LIBHILBERT library */
60#define HAVE_LIBHILBERT 1
61
62/* Have quad math lib */
63
64
65/* Define to 1 if you have the <memory.h> header file. */
66
67
68/* Define if you have METIS library */
69#define HAVE_METIS 1
70
71/* MPI Enabled */
72#define HAVE_MPI
73
74/* We have OSX */
75
76
77/* Define if you have PARMETIS library */
78#define HAVE_PARMETIS 1
79
80/* Define if you have PETSC library */
81#define HAVE_PETSC
82
83/* Define to 1 if you have the <stdint.h> header file. */
84
85
86/* Define to 1 if you have the <stdlib.h> header file. */
87
88
89/* Define to 1 if you have the <strings.h> header file. */
90
91
92/* Define to 1 if you have the <string.h> header file. */
93
94
95/* Define if you have SUITESPARSE library. */
96
97
98/* Define to 1 if you have the <sys/stat.h> header file. */
99
100
101/* Define to 1 if you have the <sys/types.h> header file. */
102
103
104/* Define to 1 if you have the <unistd.h> header file. */
105
106
107/* Define to the sub-directory where libtool stores uninstalled libraries. */
108#define LT_OBJDIR ".libs/"
109
110/* NVCC compiling */
111 /**/
112
113/* Name of package */
114#define PACKAGE "openfpm_pdata"
115
116/* Define to the address where bug reports for this package should be sent. */
117#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
118
119/* Define to the full name of this package. */
120#define PACKAGE_NAME "OpenFPM_pdata"
121
122/* Define to the full name and version of this package. */
123#define PACKAGE_STRING "OpenFPM_pdata 1.0.0"
124
125/* Define to the one symbol short name of this package. */
126#define PACKAGE_TARNAME "openfpm_pdata"
127
128/* Define to the home page for this package. */
129#define PACKAGE_URL ""
130
131/* Define to the version of this package. */
132#define PACKAGE_VERSION "1.0.0"
133
134/* Test performance mode */
135
136
137/* Security enhancement class 1 */
138
139
140/* Security enhancement class 2 */
141
142
143/* Security enhancement class 3 */
144
145
146/* Define to 1 if you have the ANSI C header files. */
147
148
149/* If an error occur stop the program */
150
151
152/* Test coverage mode */
153
154
155/* when an error accur continue but avoid unsafe operation */
156/* #undef THROW_ON_ERROR */
157
158/* Version number of package */
159#define VERSION "1.0.0"
160