Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
acconfig.h
Go to the documentation of this file.
1
/* config/acconfig.h. Generated from acconfig.h.in by configure. */
2
/* config/acconfig.h.in. Generated from configure.ac by autoheader. */
3
4
/* Defines the absolute top source directory during compilation - used by
5
non-regression tests */
6
#define ABS_TOP_SRCDIR "/build/rheolef-6JaqjL/rheolef-7.2"
7
8
/* Define to 1 if using 'alloca.c'. */
9
/* #undef C_ALLOCA */
10
11
/* Define the arbitrary precision */
12
/* #undef DIGITS10 */
13
14
/* Defines if you have abs(double) */
15
#define HAVE_ABS_DOUBLE 1
16
17
/* Define to 1 if you have 'alloca', as a function or macro. */
18
#define HAVE_ALLOCA 1
19
20
/* Define to 1 if <alloca.h> works. */
21
#define HAVE_ALLOCA_H 1
22
23
/* Defines if you have the basic linea algebra subroutines libraries */
24
#define HAVE_BLAS 1
25
26
/* Defines if you have the basic linea algebra subroutines libraries */
27
#define HAVE_BOOST 1
28
29
/* Define to 1 if you have the <boost/mpi.hpp> header file. */
30
#define HAVE_BOOST_MPI_HPP 1
31
32
/* Defines if you have BSDgettimeofday(timeval*, timezone*) in <sys/time.h> */
33
/* #undef HAVE_BSDGETTIMEOFDAY */
34
35
/* Defines if you have the CGAL library */
36
#define HAVE_CGAL 1
37
38
/* Defines if you have cholmod library */
39
#define HAVE_CHOLMOD 1
40
41
/* Defines if you have CLANG C++ compiler */
42
/* #undef HAVE_CLANG_CXX */
43
44
/* Defines if you have cln library */
45
/* #undef HAVE_CLN */
46
47
/* Define to 1 if your system has the clock_gettime function. */
48
#define HAVE_CLOCK_GETTIME 1
49
50
/* Defines if you have a 2011 compilant c++ compiler */
51
/* #undef HAVE_CXX_STD_2011 */
52
53
/* Defines if you have a 2014 compilant c++ compiler */
54
/* #undef HAVE_CXX_STD_2014 */
55
56
/* Defines if you have a 2017 compilant c++ compiler */
57
#define HAVE_CXX_STD_2017 1
58
59
/* Define to 1 if you have the <dlfcn.h> header file. */
60
#define HAVE_DLFCN_H 1
61
62
/* Defines if you use dmalloc library */
63
/* #undef HAVE_DMALLOC */
64
65
/* Defines if you have eigen library */
66
#define HAVE_EIGEN 1
67
68
/* Defines if you have finite(double) in <fstream.h> */
69
/* #undef HAVE_FINITE_DOUBLE */
70
71
/* Define when using the boost multiprecision with float128 GNU quadmath */
72
/* #undef HAVE_FLOAT128 */
73
74
/* Defines if you have gettimeofday(timeval*, timezone*) in <sys/time.h> */
75
#define HAVE_GETTIMEOFDAY 1
76
77
/* Defines if you have ginac library */
78
/* #undef HAVE_GINAC */
79
80
/* Defines if you have INTEL C++ compiler */
81
/* #undef HAVE_INTEL_CXX */
82
83
/* Define to 1 if you have the <inttypes.h> header file. */
84
#define HAVE_INTTYPES_H 1
85
86
/* Defines if you have ios::bitalloc() in <iostream> */
87
/* #undef HAVE_IOS_BITALLOC */
88
89
/* Defines if you have ios::bp in <iostream> */
90
/* #undef HAVE_IOS_BP */
91
92
/* Defines if you have ios::setstate(long) in <iostream> */
93
/* #undef HAVE_IOS_SETSTATE */
94
95
/* Defines if you have isinf(double) in <math.h> */
96
#define HAVE_ISINF_DOUBLE 1
97
98
/* Defines if you have iostream::rdbuf(void*) in <iostream> */
99
/* #undef HAVE_ISTREAM_RDBUF */
100
101
/* Define to 1 if you use long double as default float type */
102
/* #undef HAVE_LONG_DOUBLE */
103
104
/* Define to 1 if the system has the type `long long int'. */
105
#define HAVE_LONG_LONG_INT 1
106
107
/* Defines if you have the METIS library */
108
/* #undef HAVE_METIS */
109
110
/* Defines if you have distributed environment */
111
#define HAVE_MPI 1
112
113
/* Define to 1 if you have the <mpi.h> header file. */
114
#define HAVE_MPI_H 1
115
116
/* Defines if you have the mumps distributed direct solver libraries */
117
#define HAVE_MUMPS 1
118
119
/* Defines if you have mumps with metis support */
120
#define HAVE_MUMPS_WITH_METIS 1
121
122
/* Defines if you have mumps with parmetis support */
123
/* #undef HAVE_MUMPS_WITH_PARMETIS */
124
125
/* Defines if you have mumps with ptscotch support */
126
#define HAVE_MUMPS_WITH_PTSCOTCH 1
127
128
/* Defines if you have mumps with scotch support */
129
#define HAVE_MUMPS_WITH_SCOTCH 1
130
131
/* Defines if you have parmetis mesh partitioner libraries */
132
/* #undef HAVE_PARMETIS */
133
134
/* Defines if you have the scalable linea algebra subroutines libraries */
135
#define HAVE_SCALAPACK 1
136
137
/* Defines if you have the scotch distributed mesh partitioner libraries */
138
#define HAVE_SCOTCH 1
139
140
/* Defines if you have sqr(double) in <math.h> */
141
/* #undef HAVE_SQR_DOUBLE */
142
143
/* Define to 1 if you have the <stdint.h> header file. */
144
#define HAVE_STDINT_H 1
145
146
/* Define to 1 if you have the <stdio.h> header file. */
147
#define HAVE_STDIO_H 1
148
149
/* Define to 1 if you have the <stdlib.h> header file. */
150
#define HAVE_STDLIB_H 1
151
152
/* Define to 1 if you have the <strings.h> header file. */
153
#define HAVE_STRINGS_H 1
154
155
/* Define to 1 if you have the <string.h> header file. */
156
#define HAVE_STRING_H 1
157
158
/* Defines if you have the amd suitesparse ordering library */
159
#define HAVE_SUITESPARSE_AMD 1
160
161
/* Define to 1 if you have the <suitesparse/amd.h> header file. */
162
#define HAVE_SUITESPARSE_AMD_H 1
163
164
/* Define to 1 if you have the <symlink.h> header file. */
165
/* #undef HAVE_SYMLINK_H */
166
167
/* Define to 1 if you have the <sys/stat.h> header file. */
168
#define HAVE_SYS_STAT_H 1
169
170
/* Define to 1 if you have the <sys/types.h> header file. */
171
#define HAVE_SYS_TYPES_H 1
172
173
/* Defines if you have the trilinos distributed direct solver libraries */
174
/* #undef HAVE_TRILINOS */
175
176
/* Defines if you have umfpack library */
177
#define HAVE_UMFPACK 1
178
179
/* Define to 1 if you have the <unistd.h> header file. */
180
#define HAVE_UNISTD_H 1
181
182
/* Define to 1 if the system has the type `unsigned long long int'. */
183
#define HAVE_UNSIGNED_LONG_LONG_INT 1
184
185
/* Defines if you have solaris gettimeofday(timeval*) in <sys/time.h>"" */
186
/* #undef HAVE_WIERDGETTIMEOFDAY */
187
188
/* Define to the sub-directory where libtool stores uninstalled libraries. */
189
#define LT_OBJDIR ".libs/"
190
191
/* Defines the package major version */
192
#define MAJOR_VERSION 7
193
194
/* Defines the package minor version */
195
#define MINOR_VERSION 2
196
197
/* Defines mumps version major */
198
#define MUMPS_VERSION_MAJOR 5
199
200
/* Defines mumps version minor */
201
#define MUMPS_VERSION_MINOR 6
202
203
/* Name of package */
204
#define PACKAGE "rheolef"
205
206
/* Define to the address where bug reports for this package should be sent. */
207
#define PACKAGE_BUGREPORT ""
208
209
/* Define to the full name of this package. */
210
#define PACKAGE_NAME "rheolef"
211
212
/* Define to the full name and version of this package. */
213
#define PACKAGE_STRING "rheolef 7.2"
214
215
/* Define to the one symbol short name of this package. */
216
#define PACKAGE_TARNAME "rheolef"
217
218
/* Define to the home page for this package. */
219
#define PACKAGE_URL ""
220
221
/* Define to the version of this package. */
222
#define PACKAGE_VERSION "7.2"
223
224
/* Defines it if you are parano for debug */
225
/* #undef PARANO */
226
227
/* Defines the paraview major version */
228
#define PARAVIEW_VERSION_MAJOR 5
229
230
/* Defines the paraview minor version */
231
#define PARAVIEW_VERSION_MINOR 7
232
233
/* Defines the package data directory */
234
#define PKGDATADIR "/usr/share/rheolef"
235
236
/* Defines the object code libraries directory */
237
#define RHEOLEF_LIBDIR "/usr/lib/x86_64-linux-gnu"
238
239
/* If using the C implementation of alloca, define if you know the
240
direction of stack growth for your system; otherwise it will be
241
automatically deduced at runtime.
242
STACK_DIRECTION > 0 => grows toward higher addresses
243
STACK_DIRECTION < 0 => grows toward lower addresses
244
STACK_DIRECTION = 0 => direction of growth unknown */
245
/* #undef STACK_DIRECTION */
246
247
/* Define to 1 if all of the C90 standard headers exist (not just the ones
248
required in a freestanding environment). This macro is provided for
249
backward compatibility; new code need not use it. */
250
#define STDC_HEADERS 1
251
252
/* Version number of package */
253
#define VERSION "7.2"
254
255
/* Define to `unsigned int' if <sys/types.h> does not define. */
256
/* #undef size_t */