This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.h
461 lines (318 loc) · 12.8 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
/* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Hardware and OS version for build host */
#define BUILD_MACHINE "Unknown"
/* Date and time for build */
#define BUILD_TIME "Unknown"
/* User doing build */
#define BUILD_USER "[email protected]"
/* Turn off water-water neighborlist optimization only */
/* #undef DISABLE_WATERWATER_NLIST */
/* Turn off all water neighborlist optimization */
/* #undef DISABLE_WATER_NLIST */
/* Define to dummy `main' function (if any) required to link to the Fortran
libraries. */
/* #undef F77_DUMMY_MAIN */
/* Define to a macro mangling the given C identifier (in lower and upper
case), which must not contain underscores, for linking with Fortran. */
/* #undef F77_FUNC */
/* As F77_FUNC, but for C identifiers containing underscores. */
/* #undef F77_FUNC_ */
/* Set to F77_FUNC(name,NAME) if Fortran used, otherwise 'name' for C. */
#define F77_OR_C_FUNC(name,NAME) name
/* Set to F77_FUNC_(name,NAME) if Fortran used, otherwise 'name' for C. */
#define F77_OR_C_FUNC_(name,NAME) name
/* Define if F77 and FC dummy `main' functions are identical. */
/* #undef FC_DUMMY_MAIN_EQ_F77 */
/* Use the d prefix on fftw2 includes */
/* #undef FFTW2_NAME_DFFTW */
/* Dont use any prefix on fftw2 includes */
/* #undef FFTW2_NAME_FFTW */
/* Use the s prefix on fftw2 includes */
/* #undef FFTW2_NAME_SFFTW */
/* IBM HEX floating-point format if set (s390?) */
/* #undef FLOAT_FORMAT_IBM_HEX */
/* IEEE754 floating-point format. Memory layout is defined by macros
IEEE754_BIG_ENDIAN_BYTE_ORDER and IEEE754_BIG_ENDIAN_WORD_ORDER. */
#define FLOAT_FORMAT_IEEE754 /**/
/* VAX floating-point format if set */
/* #undef FLOAT_FORMAT_VAX */
/* Use assembly intrinsics kernels for BlueGene */
/* #undef GMX_BLUEGENE */
/* Don't use calloc(3) */
/* #undef GMX_BROKEN_CALLOC */
/* If defined, only start MPI runs when this variable is set */
/* #undef GMX_CHECK_MPI_ENV */
/* Enable special hacks for Cray XT3 */
/* #undef GMX_CRAY_XT3 */
/* Do not optimize FFTW setups (not needed with SSE FFT kernels) */
/* #undef GMX_DISABLE_FFTW_MEASURE */
/* Compile with dlopen */
#define GMX_DLOPEN /**/
/* Compile in double precision */
/* #undef GMX_DOUBLE */
/* Use Built-in FFTPACK FFT library */
/* #undef GMX_FFT_FFTPACK */
/* Use FFTW2 FFT library */
/* #undef GMX_FFT_FFTW2 */
/* Use FFTW3 FFT library */
#define GMX_FFT_FFTW3 /**/
/* Use Intel MKL FFT library */
/* #undef GMX_FFT_MKL */
/* Enable Fortran support */
/* #undef GMX_FORTRAN */
/* Single-precision SSE instructions on ia32 */
/* #undef GMX_IA32_SSE */
/* Double-precision SSE2 instructions on ia32 */
/* #undef GMX_IA32_SSE2 */
/* Use ia64 assembly tuned for Itanium2 */
/* #undef GMX_IA64_ASM */
/* Integer byte order is big endian. */
/* #undef GMX_INTEGER_BIG_ENDIAN */
/* Use our own instead of system XDR libraries */
/* #undef GMX_INTERNAL_XDR */
/* Use a real MPI library */
/* #undef GMX_LIB_MPI */
/* Make a parallel version of GROMACS using MPI */
#define GMX_MPI /**/
/* Ignore calls to nice(3) */
/* #undef GMX_NO_NICE */
/* Ignore calls to system(3) */
/* #undef GMX_NO_SYSTEM */
/* Enable IBM Power6-specific F77 kernels */
/* #undef GMX_POWER6 */
/* Use the PowerPC hardware 1/sqrt(x) */
/* #undef GMX_POWERPC_INVSQRT */
/* Use PowerPC Altivec inner loops */
/* #undef GMX_PPC_ALTIVEC */
/* Use (modified) Gamess-UK for QM-MM calculations */
/* #undef GMX_QMMM_GAMESS */
/* Use (modified) Gaussian0x for QM-MM calculations */
#define GMX_QMMM_GAUSSIAN /**/
/* Use (modified) Mopac 7 for QM-MM calculations */
/* #undef GMX_QMMM_MOPAC */
/* Use ORCA for QM-MM calculations */
#define GMX_QMMM_ORCA /**/
/* Use the GROMACS software 1/sqrt(x) */
#define GMX_SOFTWARE_INVSQRT /**/
/* Use threads for parallelization */
#define GMX_THREADS /**/
/* Single-precision SSE instructions on X86_64 */
#define GMX_X86_64_SSE /**/
/* Double-precision SSE2 instructions on X86_64 */
/* #undef GMX_X86_64_SSE2 */
/* Enable x86 gcc inline assembly */
/* #undef GMX_X86_GCC_INLINE_ASM */
/* Enable x86 MSVC inline assembly */
/* #undef GMX_X86_MSVC_INLINE_ASM */
/* Define to 1 if you have the <altivec.h> header file. */
/* #undef HAVE_ALTIVEC_H */
/* Define to 1 if the system has the type `bool'. */
/* #undef HAVE_BOOL */
/* Define to 1 if you have the `cbrt' function. */
#define HAVE_CBRT 1
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* Define to 1 if you have the <dirent.h> header file. */
/* #undef HAVE_DIRENT_H */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if you have the `fileno' function. */
#define HAVE_FILENO 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `fsync' function. */
#define HAVE_FSYNC 1
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
/* Define to 1 if the system has the type `gid_t'. */
#define HAVE_GID_T 1
/* Define to 1 if you have the <gsl/gsl_version.h> header file. */
/* #undef HAVE_GSL_GSL_VERSION_H */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `isfinite' function. */
/* #undef HAVE_ISFINITE */
/* Define to 1 if you have the `isnan' function. */
#define HAVE_ISNAN 1
/* Define to 1 if you have the `fftw3' library (-lfftw3). */
/* #undef HAVE_LIBFFTW3 */
/* Define to 1 if you have the `fftw3f' library (-lfftw3f). */
#define HAVE_LIBFFTW3F 1
/* Do we have libgsl */
/* #undef HAVE_LIBGSL */
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* Define to 1 if you have the `mkl' library (-lmkl). */
/* #undef HAVE_LIBMKL */
/* Define to 1 if you have the `mkl_intel' library (-lmkl_intel). */
/* #undef HAVE_LIBMKL_INTEL */
/* Define to 1 if you have the `mkl_intel_lp64' library (-lmkl_intel_lp64). */
/* #undef HAVE_LIBMKL_INTEL_LP64 */
/* Define to 1 if you have the `nsl' library (-lnsl). */
#define HAVE_LIBNSL 1
/* Define to 1 if you have the `xml2' library (-lxml2). */
#define HAVE_LIBXML2 1
/* Define to 1 if you have the <libxml/parser.h> header file. */
#define HAVE_LIBXML_PARSER_H 1
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the memalign function */
#define HAVE_MEMALIGN 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Pipes (popen/pclose) supported */
#define HAVE_PIPES /**/
/* Define to 1 if you have the posix_memalign function */
#define HAVE_POSIX_MEMALIGN 1
/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the <rpc/rpc.h> header file. */
#define HAVE_RPC_RPC_H 1
/* Define to 1 if you have the <rpc/xdr.h> header file. */
#define HAVE_RPC_XDR_H 1
/* Define to 1 if you have the <sched.h> header file. */
#define HAVE_SCHED_H 1
/* SIGUSR1 supported and defined */
#define HAVE_SIGUSR1 /**/
/* Define to 1 if the system has the type `sig_atomic_t'. */
#define HAVE_SIG_ATOMIC_T 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if the system has the type `uid_t'. */
#define HAVE_UID_T 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1
/* Define to 1 if you have the `_aligned_malloc' function. */
/* #undef HAVE__ALIGNED_MALLOC */
/* Define to 1 if you have the `_isfinite' function. */
/* #undef HAVE__ISFINITE */
/* Define to 1 if you have the `_isnan' function. */
/* #undef HAVE__ISNAN */
/* Bytes in IEEE fp word are in big-endian order if set, little-endian if not.
Only relevant when FLOAT_FORMAT_IEEE754 is defined. */
/* #undef IEEE754_BIG_ENDIAN_BYTE_ORDER */
/* The two words in a double precision variable are in b ig-endian order if
set, little-endian if not. Do NOT assume this is the same as the byte
order! Only relevant when FLOAT_FORMAT_IEEE754 is defined. */
/* #undef IEEE754_BIG_ENDIAN_WORD_ORDER */
/* MPI_IN_PLACE available for collective operations */
/* #undef MPI_IN_PLACE_EXISTS */
/* Name of package */
#define PACKAGE "gromacs"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "gromacs"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "gromacs 4.5.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gromacs"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.5.4"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
/* The size of `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 8
/* The size of `long long int', as computed by sizeof. */
#define SIZEOF_LONG_LONG_INT 8
/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8
/* The size of `void*', as computed by sizeof. */
#define SIZEOF_VOIDP 8
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Use pthreads for multithreading */
#define THREAD_PTHREADS /**/
/* Enable profiling for call and wait times */
/* #undef TMPI_PROFILE */
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */
/* Use generated version info */
/* #undef USE_VERSION_H */
/* Version number of package */
#define VERSION "4.5.4"
/* Define if using the dmalloc debugging malloc package */
/* #undef WITH_DMALLOC */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif
/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#define restrict __restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
/* Define to `int' (and hope it's atomic) if <signal.h> doesn't define it. */
/* #undef sig_atomic_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */