forked from scafacos/scafacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fcs_fconfig.h.in
61 lines (42 loc) · 1.45 KB
/
fcs_fconfig.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
! fcs_fconfig.h.in. Public Fortran config header for ScaFaCoS FCS.
! Written manually, not generated. This contains only defines for Fortran.
! Define to the MPI datatype that corresponds to the floating type to use for
! FCS.
#undef FCS_MPI_REAL
! Define to the MPI datatype that corresponds to the integer type to use for
! FCS.
#undef FCS_MPI_INTEGER
! Define to the Fortran floating type to use for FCS.
#undef fcs_real
! Define to the Fortran integer type to use for FCS.
#undef fcs_integer
! Define to the kind of fcs_real.
#undef fcs_real_kind
! Define to the kind of fcs_integer.
#undef fcs_integer_kind
! Define to the ISO C kind of fcs_real.
#undef fcs_real_kind_isoc
! Define to the ISO C kind of fcs_integer.
#undef fcs_integer_kind_isoc
! 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