File: config.h.in

package info (click to toggle)
ga 5.4~beta~r10636%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 44,692 kB
  • ctags: 30,545
  • sloc: ansic: 197,966; fortran: 51,579; cpp: 14,255; sh: 11,487; f90: 11,218; python: 5,065; makefile: 2,848; perl: 496; asm: 395; csh: 165
file content (286 lines) | stat: -rw-r--r-- 6,487 bytes parent folder | download | duplicates (2)
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
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 on BlueGene/L systems */
#undef BGL

/* Define to 1 on BlueGene/P systems */
#undef BGP

/* Define to sizeof(INTEGER) used to compile BLAS */
#undef BLAS_SIZE

/* Define to 1 on Cray XT systems using Catamount */
#undef CATAMOUNT

/* Define to 1 on Cray SV1 systems */
#undef CRAY_SV1

/* Define to 1 on Cray SV2 systems */
#undef CRAY_SV2

/* Define to 1 on Cray T3E systems */
#undef CRAY_T3E

/* Define to 1 on Cray XT systems */
#undef CRAY_XT

/* Define to 1 on Cray YMP systems */
#undef CRAY_YMP

/* Define to 1 on Cygnus systems */
#undef CYGNUS

/* Define to 1 on Cygwin systems */
#undef CYGWIN

/* Define to 1 on DEC OSF */
#undef DECOSF

/* Define to 1 if using Fortran */
#undef ENABLE_F77

/* whether the hidden string length comes after all other args */
#undef F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS

/* Define to dummy `main' function (if any) required to link to the Fortran
   libraries. */
#undef F77_DUMMY_MAIN

/* F77 name mangling */
#undef F77_FUNC

/* F77 name mangling */
#undef F77_FUNC_

/* Name of routine e.g. getarg, pxfgetarg */
#undef F77_GETARG

/* Arguments to getarg e.g. i,s or i,s,l,ier */
#undef F77_GETARG_ARGS

/* Declaration of routine e.g. external GETARG */
#undef F77_GETARG_DECL

/* Name of routine e.g. iargc, ipxfargc */
#undef F77_IARGC

/* Define if F77 and FC dummy `main' functions are identical. */
#undef FC_DUMMY_MAIN_EQ_F77

/* Define to 1 on fujitsu systems */
#undef FUJITSU_VPP

/* Define to 1 on fujitsu systems */
#undef FUJITSU_VPP64

/* Module command when using Fortran 90 compiler e.g. use f90_unix */
#undef FXX_MODULE

/* Define to 1 if using external BLAS library */
#undef HAVE_BLAS

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* set to 1 if we have the indicated package */
#undef HAVE_GA

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if using external LAPACK library */
#undef HAVE_LAPACK

/* Define to 1 if the system has the type `long double'. */
#undef HAVE_LONG_DOUBLE

/* Define to 1 if the system has the type `long long int'. */
#undef HAVE_LONG_LONG_INT

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* whether the ScaLAPACK library implements pdsyevr */
#undef HAVE_PDSYEVR

/* Define to 1 if you have ScaLAPACK library. */
#undef HAVE_SCALAPACK

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if the system has the type `unsigned long long int'. */
#undef HAVE_UNSIGNED_LONG_LONG_INT

/* Define to 1 on hitachi systems */
#undef HITACHI

/* Define to 1 on HP-UX systems */
#undef HPUX

/* Define to 1 on 64bit HP-UX systems */
#undef HPUX64

/* Define to 1 on IBM SP systems */
#undef IBM

/* Define to 1 on 64bit IBM SP systems */
#undef IBM64

/* Define to 1 on ??? systems */
#undef INTERIX

/* Define to 1 on IBM systems with LAPI */
#undef LAPI

/* Define to 1 on 64bit IBM systems with LAPI */
#undef LAPI64

/* Define to 1 on generic Linux systems */
#undef LINUX

/* Define to 1 on generic 64bit Linux systems */
#undef LINUX64

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Define to 1 on OSX systems */
#undef MACX

/* Define to 1 on 64bit OSX systems */
#undef MACX64

/* Use MPI for messaging */
#undef MSG_COMMS_MPI

/* Use TCGMSG for messaging */
#undef MSG_COMMS_TCGMSG

/* Use TCGMSG (ipcv4.0) for messaging */
#undef MSG_COMMS_TCGMSG4

/* Use TCGMSG (ipcv5.0) for messaing */
#undef MSG_COMMS_TCGMSG5

/* Define to 1 on NEC systems */
#undef NEC

/* Define to 1 on 64bit NEC systems */
#undef NEC64

/* Define to 1 if not using Fortran */
#undef NOFORT

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* ScaLAPACK is using 8-byte integers */
#undef SCALAPACK_I8

/* Define to 1 on ??? systems */
#undef SGI

/* Define to 1 on ??? systems */
#undef SGITFP

/* Define to 1 on ??? systems */
#undef SGI_N32

/* The size of `char', as computed by sizeof. */
#undef SIZEOF_CHAR

/* The size of `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE

/* The size of 'DOUBLE PRECISION' as computed by C's sizeof. */
#undef SIZEOF_F77_DOUBLE_PRECISION

/* The size of 'INTEGER' as computed by C's sizeof. */
#undef SIZEOF_F77_INTEGER

/* The size of 'REAL' as computed by C's sizeof. */
#undef SIZEOF_F77_REAL

/* The size of `float', as computed by sizeof. */
#undef SIZEOF_FLOAT

/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE

/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG

/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* The size of `void*', as computed by sizeof. */
#undef SIZEOF_VOIDP

/* Define to 1 on Solaris systems */
#undef SOLARIS

/* Define to 1 on 64bit Solaris systems */
#undef SOLARIS64

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if we want this system to use SYSV shared memory */
#undef SYSV

/* deprecated, use MSG_COMMS_TCGMSG */
#undef TCGMSG

/* Version number of package */
#undef VERSION

/* Define to the type of a signed integer type of width exactly 64 bits if
   such a type exists and the standard includes do not define it. */
#undef int64_t

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t