Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redefinitions of COMPILE_FLAGS for mpich3-test.
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitestconf.h
1 /* include/mpitestconf.h.  Generated from mpitestconf.h.in by configure.  */
2 /* include/mpitestconf.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* -*- Mode: C; c-basic-offset:4 ; -*- */
5 /*  
6  *  (C) 2001 by Argonne National Laboratory.
7  *      See COPYRIGHT in top-level directory.
8  */
9 #ifndef MPITESTCONF_H_INCLUDED
10 #define MPITESTCONF_H_INCLUDED
11
12
13 /* Fortran names are lowercase with no trailing underscore */
14 /* #undef F77_NAME_LOWER */
15
16 /* Fortran names are lowercase with two trailing underscores */
17 #define F77_NAME_LOWER_2USCORE 1
18
19 /* Fortran names are lowercase with two trailing underscores in stdcall */
20 /* #undef F77_NAME_LOWER_2USCORE_STDCALL */
21
22 /* Fortran names are lowercase with no trailing underscore in stdcall */
23 /* #undef F77_NAME_LOWER_STDCALL */
24
25 /* Fortran names are lowercase with one trailing underscore */
26 /* #undef F77_NAME_LOWER_USCORE */
27
28 /* Fortran names are lowercase with one trailing underscore in stdcall */
29 /* #undef F77_NAME_LOWER_USCORE_STDCALL */
30
31 /* Fortran names preserve the original case */
32 /* #undef F77_NAME_MIXED */
33
34 /* Fortran names preserve the original case in stdcall */
35 /* #undef F77_NAME_MIXED_STDCALL */
36
37 /* Fortran names preserve the original case with one trailing underscore */
38 /* #undef F77_NAME_MIXED_USCORE */
39
40 /* Fortran names preserve the original case with one trailing underscore in
41    stdcall */
42 /* #undef F77_NAME_MIXED_USCORE_STDCALL */
43
44 /* Fortran names are uppercase */
45 /* #undef F77_NAME_UPPER */
46
47 /* Fortran names are uppercase in stdcall */
48 /* #undef F77_NAME_UPPER_STDCALL */
49
50 /* Define to 1 if the system has the type `double _Complex'. */
51 #define HAVE_DOUBLE__COMPLEX 1
52
53 /* Define to 1 if the system has the type `float _Complex'. */
54 #define HAVE_FLOAT__COMPLEX 1
55
56 /* Define if Fortran is supported */
57 //#define HAVE_FORTRAN_BINDING 0
58
59 /* Define to 1 if you have the `getrusage' function. */
60 #define HAVE_GETRUSAGE 1
61
62 /* Define if struct hostent contains h_addr_list */
63 #define HAVE_H_ADDR_LIST 1
64
65 /* Define to 1 if you have the <inttypes.h> header file. */
66 #define HAVE_INTTYPES_H 1
67
68 /* Define if iostream is available */
69 #define HAVE_IOSTREAM 1
70
71 /* Define to 1 if you have the <iostream.h> header file. */
72 /* #undef HAVE_IOSTREAM_H */
73
74 /* Define if long double is supported */
75 #define HAVE_LONG_DOUBLE 1
76
77 /* Define to 1 if the system has the type `long double _Complex'. */
78 #define HAVE_LONG_DOUBLE__COMPLEX 1
79
80 /* Define if compiler supports long long */
81 #define HAVE_LONG_LONG 1
82
83 /* Define to 1 if you have the <memory.h> header file. */
84 #define HAVE_MEMORY_H 1
85
86 /* Define if MPI_2COMPLEX is available */
87 /* #undef HAVE_MPI_2COMPLEX */
88
89 /* Define if MPI_2DOUBLE_COMPLEX is available */
90 /* #undef HAVE_MPI_2DOUBLE_COMPLEX */
91
92 /* Define to 1 if you have the `MPI_Init_thread' function. */
93 /* #undef HAVE_MPI_INIT_THREAD */
94
95 /* Define if MPI_INTEGER16 is available */
96 /* #undef HAVE_MPI_INTEGER16 */
97
98 /* Define if MPI-IO (really ROMIO) is included */
99 //#define HAVE_MPI_IO 1
100
101 /* Define if Dynamic Process functionality is available */
102 #define HAVE_MPI_SPAWN 1
103
104 /* Define if MPI_Win_create is available */
105 //#define HAVE_MPI_WIN_CREATE 1
106
107 /* define if the compiler implements namespaces */
108 #define HAVE_NAMESPACES /**/
109
110 /* define if the compiler implements namespace std */
111 #define HAVE_NAMESPACE_STD /**/
112
113 /* Define to 1 if you have the `pthread_barrier_init' function. */
114 /* #undef HAVE_PTHREAD_BARRIER_INIT */
115
116 /* Define to 1 if you have the `pthread_barrier_wait' function. */
117 /* #undef HAVE_PTHREAD_BARRIER_WAIT */
118
119 /* Define to 1 if you have the `pthread_create' function. */
120 /* #undef HAVE_PTHREAD_CREATE */
121
122 /* Define to 1 if you have the <pthread.h> header file. */
123 /* #undef HAVE_PTHREAD_H */
124
125 /* Define to 1 if you have the `pthread_yield' function. */
126 /* #undef HAVE_PTHREAD_YIELD */
127
128 /* Define to 1 if you have the <stdarg.h> header file. */
129 #define HAVE_STDARG_H 1
130
131 /* Define to 1 if you have the <stdint.h> header file. */
132 #define HAVE_STDINT_H 1
133
134 /* Define to 1 if you have the <stdlib.h> header file. */
135 #define HAVE_STDLIB_H 1
136
137 /* Define to 1 if you have the <strings.h> header file. */
138 #define HAVE_STRINGS_H 1
139
140 /* Define to 1 if you have the <string.h> header file. */
141 #define HAVE_STRING_H 1
142
143 /* Define to 1 if you have the <sys/resource.h> header file. */
144 #define HAVE_SYS_RESOURCE_H 1
145
146 /* Define to 1 if you have the <sys/stat.h> header file. */
147 #define HAVE_SYS_STAT_H 1
148
149 /* Define to 1 if you have the <sys/time.h> header file. */
150 #define HAVE_SYS_TIME_H 1
151
152 /* Define to 1 if you have the <sys/types.h> header file. */
153 #define HAVE_SYS_TYPES_H 1
154
155 /* Define to 1 if you have the <unistd.h> header file. */
156 #define HAVE_UNISTD_H 1
157
158 /* Define to 1 if the system has the type `_Bool'. */
159 #define HAVE__BOOL 1
160
161 /* Define if MPI IO uses MPI_Request */
162 #define MPIO_USES_MPI_REQUEST /**/
163
164 /* Name of package */
165 #define PACKAGE "mpich-testsuite"
166
167 /* Define to the address where bug reports for this package should be sent. */
168 #define PACKAGE_BUGREPORT ""
169
170 /* Define to the full name of this package. */
171 #define PACKAGE_NAME "mpich-testsuite"
172
173 /* Define to the full name and version of this package. */
174 #define PACKAGE_STRING "mpich-testsuite 1.2"
175
176 /* Define to the one symbol short name of this package. */
177 #define PACKAGE_TARNAME "mpich-testsuite"
178
179 /* Define to the home page for this package. */
180 #define PACKAGE_URL ""
181
182 /* Define to the version of this package. */
183 #define PACKAGE_VERSION "1.2"
184
185 /* POINTERINT_t is a pointer-sized integer */
186 #define POINTERINT_t int
187
188 /* The size of `int', as computed by sizeof. */
189 #define SIZEOF_INT 
190
191 /* The size of `long', as computed by sizeof. */
192 #define SIZEOF_LONG 
193
194 /* The size of `long long', as computed by sizeof. */
195 #define SIZEOF_LONG_LONG 
196
197 /* The size of `MPI_Offset', as computed by sizeof. */
198 #define SIZEOF_MPI_OFFSET 
199
200 /* The size of `short', as computed by sizeof. */
201 #define SIZEOF_SHORT 
202
203 /* The size of `void *', as computed by sizeof. */
204 #define SIZEOF_VOID_P 
205
206 /* Define calling convention */
207 #define STDCALL 
208
209 /* Define to 1 if you have the ANSI C header files. */
210 #define STDC_HEADERS 1
211
212 /* Define if tests with long double complex should be included */
213 #define USE_LONG_DOUBLE_COMPLEX 1
214
215 /* Define if only operations defined in MPI should be tested */
216 /* #undef USE_STRICT_MPI */
217
218 /* Version number of package */
219 #define VERSION "1.2"
220
221 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
222    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
223    #define below would cause a syntax error. */
224 /* #undef _UINT32_T */
225
226 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
227    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
228    #define below would cause a syntax error. */
229 /* #undef _UINT64_T */
230
231 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
232    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
233    #define below would cause a syntax error. */
234 /* #undef _UINT8_T */
235
236 /* Define to empty if `const' does not conform to ANSI C. */
237 /* #undef const */
238
239 /* Define to the type of a signed integer type of width exactly 16 bits if
240    such a type exists and the standard includes do not define it. */
241 /* #undef int16_t */
242
243 /* Define to the type of a signed integer type of width exactly 32 bits if
244    such a type exists and the standard includes do not define it. */
245 /* #undef int32_t */
246
247 /* Define to the type of a signed integer type of width exactly 64 bits if
248    such a type exists and the standard includes do not define it. */
249 /* #undef int64_t */
250
251 /* Define to the type of a signed integer type of width exactly 8 bits if such
252    a type exists and the standard includes do not define it. */
253 /* #undef int8_t */
254
255 /* Define to the equivalent of the C99 'restrict' keyword, or to
256    nothing if this is not supported.  Do not define if restrict is
257    supported directly.  */
258 #define restrict __restrict
259 /* Work around a bug in Sun C++: it does not support _Restrict or
260    __restrict__, even though the corresponding Sun C compiler ends up with
261    "#define restrict _Restrict" or "#define restrict __restrict__" in the
262    previous line.  Perhaps some future version of Sun C++ will work with
263    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
264 #if defined __SUNPRO_CC && !defined __RESTRICT
265 # define _Restrict
266 # define __restrict__
267 #endif
268
269 /* Define to the type of an unsigned integer type of width exactly 16 bits if
270    such a type exists and the standard includes do not define it. */
271 /* #undef uint16_t */
272
273 /* Define to the type of an unsigned integer type of width exactly 32 bits if
274    such a type exists and the standard includes do not define it. */
275 /* #undef uint32_t */
276
277 /* Define to the type of an unsigned integer type of width exactly 64 bits if
278    such a type exists and the standard includes do not define it. */
279 /* #undef uint64_t */
280
281 /* Define to the type of an unsigned integer type of width exactly 8 bits if
282    such a type exists and the standard includes do not define it. */
283 /* #undef uint8_t */
284
285 #endif