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 /* Debug */
5 /* #undef DEBUG */
6 
7 /* Debug */
8 /* #undef DEBUG_MODE */
9 
10 /* Define to dummy `main' function (if any) required to link to the Fortran
11  libraries. */
12 /* #undef F77_DUMMY_MAIN */
13 
14 /* Define if F77 and FC dummy `main' functions are identical. */
15 /* #undef FC_DUMMY_MAIN_EQ_F77 */
16 
17 /* GPU support */
18 /* #undef GPU */
19 
20 /* Define if you have a BLAS library. */
21 #define HAVE_BLAS 1
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 #define HAVE_CLOCK_GETTIME
37 
38 /* Define if you have EIGEN library. */
39 #define HAVE_EIGEN 1
40 
41 /* Define to 1 if you have the <Eigen/Dense> header file. */
42 #define HAVE_EIGEN_DENSE 1
43 
44 /* Define to 1 if you have the <Eigen/LU> header file. */
45 #define HAVE_EIGEN_LU 1
46 
47 /* Defined if you have HDF5 support */
48 #define HAVE_HDF5 1
49 
50 /* Define to 1 if you have the <inttypes.h> header file. */
51 #define HAVE_INTTYPES_H 1
52 
53 /* Define if you have LAPACK library. */
54 #define HAVE_LAPACK 1
55 
56 /* Define if you have LIBHILBERT library */
57 #define HAVE_LIBHILBERT 1
58 
59 /* Have quad math lib */
60 /* #undef HAVE_LIBQUADMATH */
61 
62 /* Define to 1 if you have the <memory.h> header file. */
63 #define HAVE_MEMORY_H 1
64 
65 /* Define if you have METIS library */
66 #define HAVE_METIS 1
67 
68 /* MPI Enabled */
69 #define HAVE_MPI
70 
71 /* We have OSX */
72 /* #undef HAVE_OSX */
73 
74 /* Define if you have PARMETIS library */
75 #define HAVE_PARMETIS 1
76 
77 /* Define if you have PETSC library */
78 #define HAVE_PETSC 1
79 
80 /* Define to 1 if you have the <stdint.h> header file. */
81 #define HAVE_STDINT_H 1
82 
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #define HAVE_STDLIB_H 1
85 
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88 
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91 
92 /* Define if you have SUITESPARSE library. */
93 #define HAVE_SUITESPARSE 1
94 
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #define HAVE_SYS_STAT_H 1
97 
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #define HAVE_SYS_TYPES_H 1
100 
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #define HAVE_UNISTD_H 1
103 
104 /* NVCC compiling */
105 /* #undef NVCC */
106 
107 /* Name of package */
108 #define PACKAGE "openfpm_numerics"
109 
110 /* Define to the address where bug reports for this package should be sent. */
111 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
112 
113 /* Define to the full name of this package. */
114 #define PACKAGE_NAME "OpenFPM_numerics"
115 
116 /* Define to the full name and version of this package. */
117 #define PACKAGE_STRING "OpenFPM_numerics 1.0.0"
118 
119 /* Define to the one symbol short name of this package. */
120 #define PACKAGE_TARNAME "openfpm_numerics"
121 
122 /* Define to the home page for this package. */
123 #define PACKAGE_URL ""
124 
125 /* Define to the version of this package. */
126 #define PACKAGE_VERSION "1.0.0"
127 
128 /* Security enhancement class 1 */
129 /* #undef SE_CLASS1 */
130 
131 /* Security enhancement class 2 */
132 /* #undef SE_CLASS2 */
133 
134 /* Security enhancement class 3 */
135 /* #undef SE_CLASS3 */
136 
137 /* Define to 1 if you have the ANSI C header files. */
138 #define STDC_HEADERS 1
139 
140 /* If an error occur stop the program */
141 /* #undef STOP_ON_ERROR */
142 
143 /* Test coverage mode */
144 /* #undef TEST_COVERAGE_MODE */
145 
146 /* when an error accur continue but avoid unsafe operation */
147 /* #undef THROW_ON_ERROR */
148 
149 /* Version number of package */
150 #define VERSION "1.0.0"