forked from scafacos/scafacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fcs_config.h.in
92 lines (64 loc) · 2.33 KB
/
fcs_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
/* fcs_config.h.in. Public config header for ScaFaCoS FCS. */
/* Define to the scanf conversion that corresponds to the floating type to use
for FCS. */
#undef FCS_CONV_FLOAT
/* Define to the scanf conversion that corresponds to the integer type to use
for FCS. */
#undef FCS_CONV_INT
/* Whether solver method direct is enabled. */
#undef FCS_ENABLE_DIRECT
/* Whether solver method ewald is enabled. */
#undef FCS_ENABLE_EWALD
/* Whether solver method fmm is enabled. */
#undef FCS_ENABLE_FMM
/* Whether solver method memd is enabled. */
#undef FCS_ENABLE_MEMD
/* Whether solver method mmm1d is enabled. */
#undef FCS_ENABLE_MMM1D
/* Whether solver method mmm2d is enabled. */
#undef FCS_ENABLE_MMM2D
/* Whether solver method p2nfft is enabled. */
#undef FCS_ENABLE_P2NFFT
/* Whether solver method p3m is enabled. */
#undef FCS_ENABLE_P3M
/* Whether solver method pepc is enabled. */
#undef FCS_ENABLE_PEPC
/* Whether solver method pp3mg is enabled. */
#undef FCS_ENABLE_PP3MG
/* Whether solver method vmg is enabled. */
#undef FCS_ENABLE_VMG
/* Define whether fcs_float is double. */
#undef FCS_FLOAT_IS_DOUBLE
/* Define whether fcs_float is float. */
#undef FCS_FLOAT_IS_FLOAT
/* Define whether fcs_float is long double. */
#undef FCS_FLOAT_IS_LONG_DOUBLE
/* Define whether fcs_int is int. */
#undef FCS_INT_IS_INT
/* Define whether fcs_int is long. */
#undef FCS_INT_IS_LONG
/* Define whether fcs_int is long long. */
#undef FCS_INT_IS_LONG_LONG
/* Define whether fcs_int is short. */
#undef FCS_INT_IS_SHORT
/* Define to the printf length modifier that corresponds to the floating type
to use for FCS. */
#undef FCS_LMOD_FLOAT
/* Define to the printf length modifier that corresponds to the integer type
to use for FCS. */
#undef FCS_LMOD_INT
/* Define to the MPI datatype that corresponds to the floating type to use for
FCS. */
#undef FCS_MPI_FLOAT
/* Define to the MPI datatype that corresponds to the integer type to use for
FCS. */
#undef FCS_MPI_INT
/* Define to the floating type to use for FCS. */
#undef fcs_float
/* Define to the integer type to use for FCS. */
#undef fcs_int
/* Define to a macro mangling the given C identifier (in lower and upper
case), which must not contain underscores, for linking with Fortran. */
#undef FC_FUNC
/* As FC_FUNC, but for C identifiers containing underscores. */
#undef FC_FUNC_