-
Notifications
You must be signed in to change notification settings - Fork 30
/
mpiPconfig.h.in
160 lines (107 loc) · 3.3 KB
/
mpiPconfig.h.in
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
/* mpiPconfig.h.in. Generated from configure.ac by autoheader. */
/* "Use collective reporting by default" */
#undef COLLECTIVE_REPORT_DEFAULT
/* The default format of the report */
#undef DEFAULT_REPORT_FORMAT
/* "Only build API" */
#undef ENABLE_API_ONLY
/* Enable BFD library for the PC to source lookups */
#undef ENABLE_BFD
/* Enable weak symbols for FORTRAN */
#undef ENABLE_FORTRAN_WEAK_SYMS
/* F77 symbols */
#undef F77_SYMBOLS
/* ARM LSE */
#undef HAVE_ARM_LSE
/* BFD booleans */
#undef HAVE_BFD_BOOLEAN
/* BFD get section size */
#undef HAVE_BFD_GET_SECTION_SIZE
/* BFD macros available before version 2.34 */
#undef HAVE_BFD_GET_SECTION_MACROS
/* Have demangling */
#undef HAVE_DEMANGLE_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Have libunwind */
#undef HAVE_LIBUNWIND
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Have MPIR to pointer */
#undef HAVE_MPIR_TOPOINTER
/* Have MPI-IO */
#undef HAVE_MPI_IO
/* Have MPI non-blocking collectives */
#undef HAVE_MPI_NONBLOCKINGCOLLECTIVES
/* Have MPI RMA */
#undef HAVE_MPI_RMA
/* 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
/* Stack depth of callsites in report */
#undef MPIP_CALLSITE_REPORT_STACK_DEPTH_MAX
/* Internal stack frames */
#undef MPIP_INTERNAL_STACK_DEPTH
/* Recorded stack depth of callsites */
#undef MPIP_CALLSITE_STACK_DEPTH_MAX
/* MPI check time */
#undef MPIP_CHECK_TIME
/* Maximum number of command line arguments copied */
#undef MPIP_COPIED_ARGS_MAX
/* Need Real-time declaration */
#undef NEED_MREAD_REAL_TIME_DECL
/* 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
/* The size of `void*', as computed by sizeof. */
#undef SIZEOF_VOIDP
/* SO lookup */
#undef SO_LOOKUP
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Use backtrace */
#undef USE_BACKTRACE
/* Use clock_gettime for timing */
#undef USE_CLOCK_GETTIME
/* Use dlock */
#undef USE_DCLOCK
/* Use getarg */
#undef USE_GETARG
/* Use gettimofday */
#undef USE_GETTIMEOFDAY
/* Use libdwarf */
#undef USE_LIBDWARF
/* Use MPI v3 constructions */
#undef USE_MPI3_CONSTS
/* Use read real time */
#undef USE_READ_REAL_TIME
/* Use RTC */
#undef USE_RTC
/* Use RTS get timebase */
#undef USE_RTS_GET_TIMEBASE
/* Use setjmp */
#undef USE_SETJMP
/* Use MPI_Wtime */
#undef USE_WTIME