OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
config.h
1 /* src/config/config.h. Generated from config.h.in by configure. */
2 /* src/config/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Compile for coverty scan */
5 /* #undef COVERTY_SCAN */
6 
7 /* Debug */
8 /* #undef DEBUG */
9 
10 /* Debug */
11 /* #undef DEBUG_MODE */
12 
13 /* Define to dummy `main' function (if any) required to link to the Fortran
14  libraries. */
15 /* #undef F77_DUMMY_MAIN */
16 
17 /* Define if F77 and FC dummy `main' functions are identical. */
18 /* #undef FC_DUMMY_MAIN_EQ_F77 */
19 
20 /* GPU support */
21 /* #undef GPU */
22 
23 /* Define if you have a BLAS library. */
24 #define HAVE_BLAS 1
25 
26 /* define if the Boost library is available */
27 #define HAVE_BOOST
28 
29 /* define if the Boost::IOStreams library is available */
30 #define HAVE_BOOST_IOSTREAMS
31 
32 /* define if the Boost::PROGRAM_OPTIONS library is available */
33 #define HAVE_BOOST_PROGRAM_OPTIONS
34 
35 /* define if the Boost::Unit_Test_Framework library is available */
36 #define HAVE_BOOST_UNIT_TEST_FRAMEWORK
37 
38 /* Have clock time */
39 #define HAVE_CLOCK_GETTIME
40 
41 /* Define to 1 if you have the <dlfcn.h> header file. */
42 #define HAVE_DLFCN_H 1
43 
44 /* Define if you have EIGEN library. */
45 #define HAVE_EIGEN 1
46 
47 /* Define to 1 if you have the <Eigen/Dense> header file. */
48 #define HAVE_EIGEN_DENSE 1
49 
50 /* Define to 1 if you have the <Eigen/LU> header file. */
51 #define HAVE_EIGEN_LU 1
52 
53 /* Defined if you have HDF5 support */
54 #define HAVE_HDF5 1
55 
56 /* Define to 1 if you have the <inttypes.h> header file. */
57 #define HAVE_INTTYPES_H 1
58 
59 /* Define if you have LAPACK library. */
60 #define HAVE_LAPACK 1
61 
62 /* Define if you have LIBHILBERT library */
63 #define HAVE_LIBHILBERT 1
64 
65 /* Have quad math lib */
66 /* #undef HAVE_LIBQUADMATH */
67 
68 /* Define to 1 if you have the <memory.h> header file. */
69 #define HAVE_MEMORY_H 1
70 
71 /* Define if you have METIS library */
72 #define HAVE_METIS 1
73 
74 /* MPI Enabled */
75 #define HAVE_MPI
76 
77 /* We have OSX */
78 /* #undef HAVE_OSX */
79 
80 /* Define if you have PARMETIS library */
81 #define HAVE_PARMETIS 1
82 
83 /* Define if you have PETSC library */
84 #define HAVE_PETSC 1
85 
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #define HAVE_STDINT_H 1
88 
89 /* Define to 1 if you have the <stdlib.h> header file. */
90 #define HAVE_STDLIB_H 1
91 
92 /* Define to 1 if you have the <strings.h> header file. */
93 #define HAVE_STRINGS_H 1
94 
95 /* Define to 1 if you have the <string.h> header file. */
96 #define HAVE_STRING_H 1
97 
98 /* Define if you have SUITESPARSE library. */
99 #define HAVE_SUITESPARSE 1
100 
101 /* Define to 1 if you have the <sys/stat.h> header file. */
102 #define HAVE_SYS_STAT_H 1
103 
104 /* Define to 1 if you have the <sys/types.h> header file. */
105 #define HAVE_SYS_TYPES_H 1
106 
107 /* Define to 1 if you have the <unistd.h> header file. */
108 #define HAVE_UNISTD_H 1
109 
110 /* Define to the sub-directory in which libtool stores uninstalled libraries.
111  */
112 #define LT_OBJDIR ".libs/"
113 
114 /* NVCC compiling */
115 /* #undef NVCC */
116 
117 /* Name of package */
118 #define PACKAGE "openfpm_pdata"
119 
120 /* Define to the address where bug reports for this package should be sent. */
121 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
122 
123 /* Define to the full name of this package. */
124 #define PACKAGE_NAME "OpenFPM_pdata"
125 
126 /* Define to the full name and version of this package. */
127 #define PACKAGE_STRING "OpenFPM_pdata 1.0.0"
128 
129 /* Define to the one symbol short name of this package. */
130 #define PACKAGE_TARNAME "openfpm_pdata"
131 
132 /* Define to the home page for this package. */
133 #define PACKAGE_URL ""
134 
135 /* Define to the version of this package. */
136 #define PACKAGE_VERSION "1.0.0"
137 
138 /* Test performance mode */
139 /* #undef PERFORMANCE_TEST */
140 
141 /* Security enhancement class 1 */
142 /* #undef SE_CLASS1 */
143 
144 /* Security enhancement class 2 */
145 /* #undef SE_CLASS2 */
146 
147 /* Security enhancement class 3 */
148 /* #undef SE_CLASS3 */
149 
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
152 
153 /* If an error occur stop the program */
154 /* #undef STOP_ON_ERROR */
155 
156 /* Test coverage mode */
157 /* #undef TEST_COVERAGE_MODE */
158 
159 /* when an error accur continue but avoid unsafe operation */
160 /* #undef THROW_ON_ERROR */
161 
162 /* Version number of package */
163 #define VERSION "1.0.0"