ARGOBOTS
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 disable error check */
18 /* #undef ABT_CONFIG_DISABLE_ERROR_CHECK */
19 
20 /* Define to disable supporting external threads */
21 /* #undef ABT_CONFIG_DISABLE_EXT_THREAD */
22 
23 /* Define to disable ULT migration */
24 /* #undef ABT_CONFIG_DISABLE_MIGRATION */
25 
26 /* Define to disable pool consumer check */
27 /* #undef ABT_CONFIG_DISABLE_POOL_CONSUMER_CHECK */
28 
29 /* Define to disable pool producer check */
30 /* #undef ABT_CONFIG_DISABLE_POOL_PRODUCER_CHECK */
31 
32 /* Define to disable stackable scheduler */
33 /* #undef ABT_CONFIG_DISABLE_STACKABLE_SCHED */
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 if __atomic builtins are supported */
42 #define ABT_CONFIG_HAVE_ATOMIC_BUILTIN 1
43 
44 /* Define to 1 if you have the `__builtin_expect' function. */
45 #define ABT_CONFIG_HAVE___BUILTIN_EXPECT 1
46 
47 /* Define to enable printing abt_errno upon abt call error */
48 /* #undef ABT_CONFIG_PRINT_ABT_ERRNO */
49 
50 /* Define to use static cache-line size */
51 #define ABT_CONFIG_STATIC_CACHELINE_SIZE 64
52 
53 /* Define to use the dynamic promotion technique for ULT */
54 #define ABT_CONFIG_THREAD_TYPE ABT_THREAD_TYPE_FULLY_FLEDGED
55 
56 /* Define to allocate objects aligned to the cache line size */
57 #define ABT_CONFIG_USE_ALIGNED_ALLOC 1
58 
59 /* Define to use clock_gettime */
60 #define ABT_CONFIG_USE_CLOCK_GETTIME 1
61 
62 /* Define to enable debug logging */
63 /* #undef ABT_CONFIG_USE_DEBUG_LOG */
64 
65 /* Define to enable printing debug log messages */
66 /* #undef ABT_CONFIG_USE_DEBUG_LOG_PRINT */
67 
68 /* Define to use fcontext */
69 #define ABT_CONFIG_USE_FCONTEXT 1
70 
71 /* Define to use gettimeofday */
72 /* #undef ABT_CONFIG_USE_GETTIMEOFDAY */
73 
74 /* Define to use mach_absolute_time */
75 /* #undef ABT_CONFIG_USE_MACH_ABSOLUTE_TIME */
76 
77 /* Define to use memory pools for ULT and tasklet creation */
78 #define ABT_CONFIG_USE_MEM_POOL 1
79 
80 /* Define to make the scheduler sleep when its pools are empty */
81 /* #undef ABT_CONFIG_USE_SCHED_SLEEP */
82 
83 /* Define to use a simple mutex implementation */
84 #define ABT_CONFIG_USE_SIMPLE_MUTEX 1
85 
86 /* Whether C compiler supports symbol visibility or not */
87 #define ABT_C_HAVE_VISIBILITY 1
88 
89 /* Define to 1 if you have the <clh.h> header file. */
90 /* #undef HAVE_CLH_H */
91 
92 /* Define to 1 if you have the `clock_gettime' function. */
93 #define HAVE_CLOCK_GETTIME 1
94 
95 /* Define to 1 if you have the <dlfcn.h> header file. */
96 #define HAVE_DLFCN_H 1
97 
98 /* Define to 1 if the system has the `deprecated' function attribute */
99 #define HAVE_FUNC_ATTRIBUTE_DEPRECATED 1
100 
101 /* Define to 1 if you have the `gettimeofday' function. */
102 #define HAVE_GETTIMEOFDAY 1
103 
104 /* Define to 1 if you have the <inttypes.h> header file. */
105 #define HAVE_INTTYPES_H 1
106 
107 /* Define to 1 if you have the <lh_lock.h> header file. */
108 /* #undef HAVE_LH_LOCK_H */
109 
110 /* Define to 1 if you have the `hugetlbfs' library (-lhugetlbfs). */
111 /* #undef HAVE_LIBHUGETLBFS */
112 
113 /* Define to 1 if you have the `m' library (-lm). */
114 #define HAVE_LIBM 1
115 
116 /* Define to 1 if you have the `pthread' library (-lpthread). */
117 #define HAVE_LIBPTHREAD 1
118 
119 /* Define to 1 if you have the `mach_absolute_time' function. */
120 /* #undef HAVE_MACH_ABSOLUTE_TIME */
121 
122 /* Define if MAP_ANON is defined */
123 /* #undef HAVE_MAP_ANON */
124 
125 /* Define if MAP_ANONYMOUS is defined */
126 #define HAVE_MAP_ANONYMOUS 1
127 
128 /* Define if MAP_HUGETLB is supported */
129 #define HAVE_MAP_HUGETLB 1
130 
131 /* Define to 1 if you have the <memory.h> header file. */
132 #define HAVE_MEMORY_H 1
133 
134 /* Define to 1 if you have the `pthread_barrier_init' function. */
135 #define HAVE_PTHREAD_BARRIER_INIT 1
136 
137 /* Define to 1 if you have the <pthread.h> header file. */
138 #define HAVE_PTHREAD_H 1
139 
140 /* Define if pthread_setaffinity_np is available */
141 /* #undef HAVE_PTHREAD_SETAFFINITY_NP */
142 
143 /* Define to 1 if you have the <stdint.h> header file. */
144 #define HAVE_STDINT_H 1
145 
146 /* Define to 1 if you have the <stdlib.h> header file. */
147 #define HAVE_STDLIB_H 1
148 
149 /* Define to 1 if you have the <strings.h> header file. */
150 #define HAVE_STRINGS_H 1
151 
152 /* Define to 1 if you have the <string.h> header file. */
153 #define HAVE_STRING_H 1
154 
155 /* Define to 1 if you have the <sys/stat.h> header file. */
156 #define HAVE_SYS_STAT_H 1
157 
158 /* Define to 1 if you have the <sys/types.h> header file. */
159 #define HAVE_SYS_TYPES_H 1
160 
161 /* Define to 1 if you have the <unistd.h> header file. */
162 #define HAVE_UNISTD_H 1
163 
164 /* Define valgrind support */
165 /* #undef HAVE_VALGRIND_SUPPORT */
166 
167 /* Define to the sub-directory where libtool stores uninstalled libraries. */
168 #define LT_OBJDIR ".libs/"
169 
170 /* Name of package */
171 #define PACKAGE "argobots"
172 
173 /* Define to the address where bug reports for this package should be sent. */
174 #define PACKAGE_BUGREPORT ""
175 
176 /* Define to the full name of this package. */
177 #define PACKAGE_NAME "argobots"
178 
179 /* Define to the full name and version of this package. */
180 #define PACKAGE_STRING "argobots 1.0"
181 
182 /* Define to the one symbol short name of this package. */
183 #define PACKAGE_TARNAME "argobots"
184 
185 /* Define to the home page for this package. */
186 #define PACKAGE_URL ""
187 
188 /* Define to the version of this package. */
189 #define PACKAGE_VERSION "1.0"
190 
191 /* The size of `void *', as computed by sizeof. */
192 #define SIZEOF_VOID_P 8
193 
194 /* Define to 1 if you have the ANSI C header files. */
195 #define STDC_HEADERS 1
196 
197 /* Version number of package */
198 #define VERSION "1.0"
199 
200 
201 #endif /* ABT_CONFIG_H_INCLUDED */
202