-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.h.in
94 lines (63 loc) · 1.97 KB
/
config.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
/* config.h.in. Generated from configure.ac by autoheader. */
/* Enable assertion. */
#undef EXAFMM_ASSERT
/* Count number of M2L and P2P kernel calls. */
#undef EXAFMM_COUNT_KERNEL
/* Count interaction list per cell. */
#undef EXAFMM_COUNT_LIST
/* Define to enable extra debugging options. */
#undef EXAFMM_DEBUG
/* Define to enable AVX optimizations. */
#undef EXAFMM_HAVE_AVX
/* Define to enable AVX2 optimizations. */
#undef EXAFMM_HAVE_AVX2
/* Define to enable AVX512 optimizations. */
#undef EXAFMM_HAVE_AVX512
/* Define to enable MIC optimizations. */
#undef EXAFMM_HAVE_MIC
/* Define if you have the MPI library. */
#undef EXAFMM_HAVE_MPI
/* Define to enable ARM NEON optimizations. */
#undef EXAFMM_HAVE_NEON
/* Use OpenMP */
#undef EXAFMM_HAVE_OPENMP
/* Define to enable SSE/SSE3 optimizations. */
#undef EXAFMM_HAVE_SSE3
/* Define to compile in single precision. */
#undef EXAFMM_SINGLE
/* Enable DAG recorder. */
#undef EXAFMM_USE_DAG
/* Enable Kahan summation. */
#undef EXAFMM_USE_KAHAN
/* Enable PAPI performance counter. */
#undef EXAFMM_USE_PAPI
/* Disable SIMD optimizations. */
#undef EXAFMM_USE_SIMD
/* Enable thread tracing. */
#undef EXAFMM_USE_TRACE
/* Enable weight for partitioning. */
#undef EXAFMM_USE_WEIGHT
/* Use MassiveThreads */
#undef EXAFMM_WITH_MTHREAD
/* Use Strumpack */
#undef EXAFMM_WITH_STRUMPACK
/* Use Intel TBB */
#undef EXAFMM_WITH_TBB
/* Define if OpenMP is enabled */
#undef HAVE_OPENMP
/* Name of package */
#undef PACKAGE
/* 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
/* Version number of package */
#undef VERSION