~ubuntu-branches/ubuntu/utopic/nwchem/utopic

« back to all changes in this revision

Viewing changes to src/tools/ga-5-2/gfutex/config.h.in

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Daniel Leidert, Andreas Tille, Michael Banck
  • Date: 2013-07-04 12:14:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130704121455-5tvsx2qabor3nrui
Tags: 6.3-1
* New upstream release.
* Fixes anisotropic properties (Closes: #696361).
* New features include:
  + Multi-reference coupled cluster (MRCC) approaches
  + Hybrid DFT calculations with short-range HF 
  + New density-functionals including Minnesota (M08, M11) and HSE hybrid
    functionals
  + X-ray absorption spectroscopy (XAS) with TDDFT
  + Analytical gradients for the COSMO solvation model
  + Transition densities from TDDFT 
  + DFT+U and Electron-Transfer (ET) methods for plane wave calculations
  + Exploitation of space group symmetry in plane wave geometry optimizations
  + Local density of states (LDOS) collective variable added to Metadynamics
  + Various new XC functionals added for plane wave calculations, including
    hybrid and range-corrected ones
  + Electric field gradients with relativistic corrections 
  + Nudged Elastic Band optimization method
  + Updated basis sets and ECPs 

[ Daniel Leidert ]
* debian/watch: Fixed.

[ Andreas Tille ]
* debian/upstream: References

[ Michael Banck ]
* debian/upstream (Name): New field.
* debian/patches/02_makefile_flags.patch: Refreshed.
* debian/patches/06_statfs_kfreebsd.patch: Likewise.
* debian/patches/07_ga_target_force_linux.patch: Likewise.
* debian/patches/05_avoid_inline_assembler.patch: Removed, no longer needed.
* debian/patches/09_backported_6.1.1_fixes.patch: Likewise.
* debian/control (Build-Depends): Added gfortran-4.7 and gcc-4.7.
* debian/patches/10_force_gcc-4.7.patch: New patch, explicitly sets
  gfortran-4.7 and gcc-4.7, fixes test suite hang with gcc-4.8 (Closes:
  #701328, #713262).
* debian/testsuite: Added tests for COSMO analytical gradients and MRCC.
* debian/rules (MRCC_METHODS): New variable, required to enable MRCC methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 on BlueGene/L systems */
 
4
#undef BGL
 
5
 
 
6
/* Define to 1 on BlueGene/P systems */
 
7
#undef BGP
 
8
 
 
9
/* Define to 1 on Cray XT systems using Catamount */
 
10
#undef CATAMOUNT
 
11
 
 
12
/* Define to 1 on Cray SV1 systems */
 
13
#undef CRAY_SV1
 
14
 
 
15
/* Define to 1 on Cray SV2 systems */
 
16
#undef CRAY_SV2
 
17
 
 
18
/* Define to 1 on Cray T3E systems */
 
19
#undef CRAY_T3E
 
20
 
 
21
/* Define to 1 on Cray XT systems */
 
22
#undef CRAY_XT
 
23
 
 
24
/* Define to 1 on Cray YMP systems */
 
25
#undef CRAY_YMP
 
26
 
 
27
/* Define to 1 on Cygnus systems */
 
28
#undef CYGNUS
 
29
 
 
30
/* Define to 1 on Cygwin systems */
 
31
#undef CYGWIN
 
32
 
 
33
/* Define to 1 on DEC OSF */
 
34
#undef DECOSF
 
35
 
 
36
/* Define to 1 on fujitsu systems */
 
37
#undef FUJITSU_VPP
 
38
 
 
39
/* Define to 1 on fujitsu systems */
 
40
#undef FUJITSU_VPP64
 
41
 
 
42
/* define if the Boost library is available */
 
43
#undef HAVE_BOOST
 
44
 
 
45
/* Define to 1 if you have the <dlfcn.h> header file. */
 
46
#undef HAVE_DLFCN_H
 
47
 
 
48
/* set to 1 if we have the indicated package */
 
49
#undef HAVE_GA
 
50
 
 
51
/* Define to 1 if you have the `gettimeofday' function. */
 
52
#undef HAVE_GETTIMEOFDAY
 
53
 
 
54
/* Define to 1 if you have the <inttypes.h> header file. */
 
55
#undef HAVE_INTTYPES_H
 
56
 
 
57
/* Define to 1 if you have the <limits.h> header file. */
 
58
#undef HAVE_LIMITS_H
 
59
 
 
60
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
61
   to 0 otherwise. */
 
62
#undef HAVE_MALLOC
 
63
 
 
64
/* Define to 1 if you have the <math.h> header file. */
 
65
#undef HAVE_MATH_H
 
66
 
 
67
/* Define to 1 if you have the <memory.h> header file. */
 
68
#undef HAVE_MEMORY_H
 
69
 
 
70
/* Define to 1 if you have the `memset' function. */
 
71
#undef HAVE_MEMSET
 
72
 
 
73
/* Define to 1 if you have the <omp.h> header file. */
 
74
#undef HAVE_OMP_H
 
75
 
 
76
/* Define to 1 if you have the `pow' function. */
 
77
#undef HAVE_POW
 
78
 
 
79
/* Define to 1 if you have the <pthread.h> header file. */
 
80
#undef HAVE_PTHREAD_H
 
81
 
 
82
/* Define to 1 if you have the <sched.h> header file. */
 
83
#undef HAVE_SCHED_H
 
84
 
 
85
/* Define to 1 if you have the `sqrt' function. */
 
86
#undef HAVE_SQRT
 
87
 
 
88
/* Define to 1 if stdbool.h conforms to C99. */
 
89
#undef HAVE_STDBOOL_H
 
90
 
 
91
/* Define to 1 if you have the <stdint.h> header file. */
 
92
#undef HAVE_STDINT_H
 
93
 
 
94
/* Define to 1 if you have the <stdio.h> header file. */
 
95
#undef HAVE_STDIO_H
 
96
 
 
97
/* Define to 1 if you have the <stdlib.h> header file. */
 
98
#undef HAVE_STDLIB_H
 
99
 
 
100
/* Define to 1 if you have the `strerror' function. */
 
101
#undef HAVE_STRERROR
 
102
 
 
103
/* Define to 1 if you have the <strings.h> header file. */
 
104
#undef HAVE_STRINGS_H
 
105
 
 
106
/* Define to 1 if you have the <string.h> header file. */
 
107
#undef HAVE_STRING_H
 
108
 
 
109
/* Define to 1 if you have the <sys/stat.h> header file. */
 
110
#undef HAVE_SYS_STAT_H
 
111
 
 
112
/* Define to 1 if you have the <sys/time.h> header file. */
 
113
#undef HAVE_SYS_TIME_H
 
114
 
 
115
/* Define to 1 if you have the <sys/types.h> header file. */
 
116
#undef HAVE_SYS_TYPES_H
 
117
 
 
118
/* set to 1 if we have the indicated package */
 
119
#undef HAVE_TBB
 
120
 
 
121
/* Define to 1 if you have the <unistd.h> header file. */
 
122
#undef HAVE_UNISTD_H
 
123
 
 
124
/* Define to 1 if the system has the type `_Bool'. */
 
125
#undef HAVE__BOOL
 
126
 
 
127
/* Define to 1 on hitachi systems */
 
128
#undef HITACHI
 
129
 
 
130
/* Define to 1 on HP-UX systems */
 
131
#undef HPUX
 
132
 
 
133
/* Define to 1 on 64bit HP-UX systems */
 
134
#undef HPUX64
 
135
 
 
136
/* Define to 1 on IBM SP systems */
 
137
#undef IBM
 
138
 
 
139
/* Define to 1 on 64bit IBM SP systems */
 
140
#undef IBM64
 
141
 
 
142
/* Define to 1 on ??? systems */
 
143
#undef INTERIX
 
144
 
 
145
/* Define to 1 on IBM systems with LAPI */
 
146
#undef LAPI
 
147
 
 
148
/* Define to 1 on 64bit IBM systems with LAPI */
 
149
#undef LAPI64
 
150
 
 
151
/* Define to 1 on generic Linux systems */
 
152
#undef LINUX
 
153
 
 
154
/* Define to 1 on generic 64bit Linux systems */
 
155
#undef LINUX64
 
156
 
 
157
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
158
   */
 
159
#undef LT_OBJDIR
 
160
 
 
161
/* Define to 1 on OSX systems */
 
162
#undef MACX
 
163
 
 
164
/* Define to 1 on 64bit OSX systems */
 
165
#undef MACX64
 
166
 
 
167
/* Use MPI for messaging */
 
168
#undef MSG_COMMS_MPI
 
169
 
 
170
/* Use TCGMSG for messaging */
 
171
#undef MSG_COMMS_TCGMSG
 
172
 
 
173
/* Use TCGMSG (ipcv4.0) for messaging */
 
174
#undef MSG_COMMS_TCGMSG4
 
175
 
 
176
/* Use TCGMSG (ipcv5.0) for messaing */
 
177
#undef MSG_COMMS_TCGMSG5
 
178
 
 
179
/* Define to 1 if assertions should be disabled. */
 
180
#undef NDEBUG
 
181
 
 
182
/* Define to 1 on NEC systems */
 
183
#undef NEC
 
184
 
 
185
/* Define to 1 on 64bit NEC systems */
 
186
#undef NEC64
 
187
 
 
188
/* Name of package */
 
189
#undef PACKAGE
 
190
 
 
191
/* Define to the address where bug reports for this package should be sent. */
 
192
#undef PACKAGE_BUGREPORT
 
193
 
 
194
/* Define to the full name of this package. */
 
195
#undef PACKAGE_NAME
 
196
 
 
197
/* Define to the full name and version of this package. */
 
198
#undef PACKAGE_STRING
 
199
 
 
200
/* Define to the one symbol short name of this package. */
 
201
#undef PACKAGE_TARNAME
 
202
 
 
203
/* Define to the home page for this package. */
 
204
#undef PACKAGE_URL
 
205
 
 
206
/* Define to the version of this package. */
 
207
#undef PACKAGE_VERSION
 
208
 
 
209
/* Define to 1 on ??? systems */
 
210
#undef SGI
 
211
 
 
212
/* Define to 1 on ??? systems */
 
213
#undef SGITFP
 
214
 
 
215
/* Define to 1 on ??? systems */
 
216
#undef SGI_N32
 
217
 
 
218
/* The size of `char', as computed by sizeof. */
 
219
#undef SIZEOF_CHAR
 
220
 
 
221
/* The size of `double', as computed by sizeof. */
 
222
#undef SIZEOF_DOUBLE
 
223
 
 
224
/* The size of `float', as computed by sizeof. */
 
225
#undef SIZEOF_FLOAT
 
226
 
 
227
/* The size of `int', as computed by sizeof. */
 
228
#undef SIZEOF_INT
 
229
 
 
230
/* The size of `long', as computed by sizeof. */
 
231
#undef SIZEOF_LONG
 
232
 
 
233
/* The size of `long double', as computed by sizeof. */
 
234
#undef SIZEOF_LONG_DOUBLE
 
235
 
 
236
/* The size of `long long', as computed by sizeof. */
 
237
#undef SIZEOF_LONG_LONG
 
238
 
 
239
/* The size of `short', as computed by sizeof. */
 
240
#undef SIZEOF_SHORT
 
241
 
 
242
/* The size of `void*', as computed by sizeof. */
 
243
#undef SIZEOF_VOIDP
 
244
 
 
245
/* Define to 1 on Solaris systems */
 
246
#undef SOLARIS
 
247
 
 
248
/* Define to 1 on 64bit Solaris systems */
 
249
#undef SOLARIS64
 
250
 
 
251
/* Define to 1 if you have the ANSI C header files. */
 
252
#undef STDC_HEADERS
 
253
 
 
254
/* Define if we want this system to use SYSV shared memory */
 
255
#undef SYSV
 
256
 
 
257
/* deprecated, use MSG_COMMS_TCGMSG */
 
258
#undef TCGMSG
 
259
 
 
260
/* Version number of package */
 
261
#undef VERSION
 
262
 
 
263
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
264
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
265
#ifndef __cplusplus
 
266
#undef inline
 
267
#endif
 
268
 
 
269
/* Define to rpl_malloc if the replacement function should be used. */
 
270
#undef malloc
 
271
 
 
272
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
273
#undef size_t