ARGOBOTS  1.1
abt_config.h
Go to the documentation of this file.
1 /* src/include/abt_config.h. Generated from abt_config.h.in by configure. */
2 /* src/include/abt_config.h.in. Generated from configure.ac by autoheader. */
3 
4 
5 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
6 /*
7  * See COPYRIGHT in top-level directory.
8  */
9 
10 #ifndef ABT_CONFIG_H_INCLUDED
11 #define ABT_CONFIG_H_INCLUDED
12 
13 
14 /* Define to 1 if we preserve fpu registers */
15 #define ABTD_FCONTEXT_PRESERVE_FPU 1
16 
17 /* Define to enable the active wait policy */
18 /* #undef ABT_CONFIG_ACTIVE_WAIT_POLICY */
19 
20 /* Define to disable error check */
21 /* #undef ABT_CONFIG_DISABLE_ERROR_CHECK */
22 
23 /* Define to disable supporting external threads */
24 /* #undef ABT_CONFIG_DISABLE_EXT_THREAD */
25 
26 /* Define to disable ULT migration */
27 /* #undef ABT_CONFIG_DISABLE_MIGRATION */
28 
29 /* Define to disable pool consumer check */
30 /* #undef ABT_CONFIG_DISABLE_POOL_CONSUMER_CHECK */
31 
32 /* Define to disable pool producer check */
33 /* #undef ABT_CONFIG_DISABLE_POOL_PRODUCER_CHECK */
34 
35 /* Define to disable tasklet cancellation */
36 /* #undef ABT_CONFIG_DISABLE_TASK_CANCEL */
37 
38 /* Define to disable ULT cancellation */
39 /* #undef ABT_CONFIG_DISABLE_THREAD_CANCEL */
40 
41 /* Define to use the tool interface */
42 #define ABT_CONFIG_DISABLE_TOOL_INTERFACE 1
43 
44 /* Define to use the stack unwinding feature. */
45 /* #undef ABT_CONFIG_ENABLE_STACK_UNWIND */
46 
47 /* Define to enable Argobots 2.0 API */
48 /* #undef ABT_CONFIG_ENABLE_VER_20_API */
49 
50 /* Define to 1 if you have the `alignof' operator. */
51 /* #undef ABT_CONFIG_HAVE_ALIGNOF_C11 */
52 
53 /* Define to 1 if you have the `__alignof__' operator. */
54 #define ABT_CONFIG_HAVE_ALIGNOF_GCC 1
55 
56 /* Define if __atomic builtins are supported */
57 #define ABT_CONFIG_HAVE_ATOMIC_BUILTIN 1
58 
59 /* Define if 128-bit CAS is supported. */
60 /* #undef ABT_CONFIG_HAVE_ATOMIC_INT128 */
61 
62 /* Define to enable printing abt_errno upon abt call error */
63 /* #undef ABT_CONFIG_PRINT_ABT_ERRNO */
64 
65 /* Define the size of a stack canary when it is enabled */
66 #define ABT_CONFIG_STACK_CHECK_CANARY_SIZE 0
67 
68 /* Define an algorithm of a stack overflow check */
69 #define ABT_CONFIG_STACK_CHECK_TYPE ABTI_STACK_CHECK_TYPE_NONE
70 
71 /* Define to use static cache-line size */
72 #define ABT_CONFIG_STATIC_CACHELINE_SIZE 64
73 
74 /* Define the default system huge page size detected at configure time */
75 #define ABT_CONFIG_SYS_HUGE_PAGE_SIZE 2097152
76 
77 /* Define to use the dynamic promotion technique for ULT */
78 #define ABT_CONFIG_THREAD_TYPE ABT_THREAD_TYPE_FULLY_FLEDGED
79 
80 /* Define to allocate objects aligned to the cache line size */
81 #define ABT_CONFIG_USE_ALIGNED_ALLOC 1
82 
83 /* Define to use clock_gettime */
84 #define ABT_CONFIG_USE_CLOCK_GETTIME 1
85 
86 /* Define to enable debug logging */
87 /* #undef ABT_CONFIG_USE_DEBUG_LOG */
88 
89 /* Define to discard debug log messages */
90 /* #undef ABT_CONFIG_USE_DEBUG_LOG_DISCARD */
91 
92 /* Define to enable printing debug log messages */
93 /* #undef ABT_CONFIG_USE_DEBUG_LOG_PRINT */
94 
95 /* Define to use fcontext */
96 #define ABT_CONFIG_USE_FCONTEXT 1
97 
98 /* Define to use gettimeofday */
99 /* #undef ABT_CONFIG_USE_GETTIMEOFDAY */
100 
101 /* Define if huge page is usable. */
102 /* #undef ABT_CONFIG_USE_HUGE_PAGE_DEFAULT */
103 
104 /* Define to use Linux-type futex */
105 #define ABT_CONFIG_USE_LINUX_FUTEX 1
106 
107 /* Define to use mach_absolute_time */
108 /* #undef ABT_CONFIG_USE_MACH_ABSOLUTE_TIME */
109 
110 /* Define to use memory pools for ULT and tasklet creation */
111 #define ABT_CONFIG_USE_MEM_POOL 1
112 
113 /* Define to make the scheduler sleep when its pools are empty */
114 /* #undef ABT_CONFIG_USE_SCHED_SLEEP */
115 
116 /* Define to use a simple mutex implementation */
117 #define ABT_CONFIG_USE_SIMPLE_MUTEX 1
118 
119 /* Whether C compiler supports symbol visibility or not */
120 #define ABT_C_HAVE_VISIBILITY 1
121 
122 /* Define to 1 if you have the <clh.h> header file. */
123 /* #undef HAVE_CLH_H */
124 
125 /* Define to 1 if you have the `clock_gettime' function. */
126 #define HAVE_CLOCK_GETTIME 1
127 
128 /* Define to 1 if you have the <dlfcn.h> header file. */
129 #define HAVE_DLFCN_H 1
130 
131 /* Define to 1 if the system has the `deprecated' function attribute */
132 #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
133 
134 /* Define to 1 if the system has the `noreturn' function attribute */
135 #define HAVE_FUNC_ATTRIBUTE_NORETURN 1
136 
137 /* Define to 1 if the system has the `warn_unused_result' function attribute
138  */
139 #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1
140 
141 /* Define to 1 if you have the `gettimeofday' function. */
142 #define HAVE_GETTIMEOFDAY 1
143 
144 /* Define to 1 if you have the <inttypes.h> header file. */
145 #define HAVE_INTTYPES_H 1
146 
147 /* Define to 1 if you have the <lh_lock.h> header file. */
148 /* #undef HAVE_LH_LOCK_H */
149 
150 /* Define to 1 if you have the `dl' library (-ldl). */
151 #define HAVE_LIBDL 1
152 
153 /* Define to 1 if you have the `hugetlbfs' library (-lhugetlbfs). */
154 /* #undef HAVE_LIBHUGETLBFS */
155 
156 /* Define to 1 if you have the `pthread' library (-lpthread). */
157 #define HAVE_LIBPTHREAD 1
158 
159 /* Define to 1 if you have the `rt' library (-lrt). */
160 #define HAVE_LIBRT 1
161 
162 /* Define to 1 if you have the `unwind' library (-lunwind). */
163 /* #undef HAVE_LIBUNWIND */
164 
165 /* Define to 1 if you have the <libunwind.h> header file. */
166 /* #undef HAVE_LIBUNWIND_H */
167 
168 /* Define to 1 if you have the `mach_absolute_time' function. */
169 /* #undef HAVE_MACH_ABSOLUTE_TIME */
170 
171 /* Define if MAP_ANON is defined */
172 /* #undef HAVE_MAP_ANON */
173 
174 /* Define if MAP_ANONYMOUS is defined */
175 #define HAVE_MAP_ANONYMOUS 1
176 
177 /* Define if MAP_HUGETLB is supported */
178 #define HAVE_MAP_HUGETLB 1
179 
180 /* Define to 1 if you have the <memory.h> header file. */
181 #define HAVE_MEMORY_H 1
182 
183 /* Define to 1 if you have the `pthread_barrier_init' function. */
184 #define HAVE_PTHREAD_BARRIER_INIT 1
185 
186 /* Define to 1 if you have the <pthread.h> header file. */
187 #define HAVE_PTHREAD_H 1
188 
189 /* Define if pthread_setaffinity_np is available */
190 /* #undef HAVE_PTHREAD_SETAFFINITY_NP */
191 
192 /* Define to 1 if you have the <stdint.h> header file. */
193 #define HAVE_STDINT_H 1
194 
195 /* Define to 1 if you have the <stdlib.h> header file. */
196 #define HAVE_STDLIB_H 1
197 
198 /* Define to 1 if you have the <strings.h> header file. */
199 #define HAVE_STRINGS_H 1
200 
201 /* Define to 1 if you have the <string.h> header file. */
202 #define HAVE_STRING_H 1
203 
204 /* Define to 1 if you have the <sys/stat.h> header file. */
205 #define HAVE_SYS_STAT_H 1
206 
207 /* Define to 1 if you have the <sys/types.h> header file. */
208 #define HAVE_SYS_TYPES_H 1
209 
210 /* Define to 1 if you have the <unistd.h> header file. */
211 #define HAVE_UNISTD_H 1
212 
213 /* Define valgrind support */
214 /* #undef HAVE_VALGRIND_SUPPORT */
215 
216 /* Define to 1 if the system has the `__builtin_expect' built-in function */
217 #define HAVE___BUILTIN_EXPECT 1
218 
219 /* Define to 1 if the system has the `__builtin_unreachable' built-in function
220  */
221 #define HAVE___BUILTIN_UNREACHABLE 1
222 
223 /* Define to the sub-directory where libtool stores uninstalled libraries. */
224 #define LT_OBJDIR ".libs/"
225 
226 /* Name of package */
227 #define PACKAGE "argobots"
228 
229 /* Define to the address where bug reports for this package should be sent. */
230 #define PACKAGE_BUGREPORT ""
231 
232 /* Define to the full name of this package. */
233 #define PACKAGE_NAME "argobots"
234 
235 /* Define to the full name and version of this package. */
236 #define PACKAGE_STRING "argobots 1.1"
237 
238 /* Define to the one symbol short name of this package. */
239 #define PACKAGE_TARNAME "argobots"
240 
241 /* Define to the home page for this package. */
242 #define PACKAGE_URL ""
243 
244 /* Define to the version of this package. */
245 #define PACKAGE_VERSION "1.1"
246 
247 /* The size of `void *', as computed by sizeof. */
248 #define SIZEOF_VOID_P 8
249 
250 /* Define to 1 if you have the ANSI C header files. */
251 #define STDC_HEADERS 1
252 
253 /* Version number of package */
254 #define VERSION "1.1"
255 
256 
257 #endif /* ABT_CONFIG_H_INCLUDED */
258