forked from scafacos/scafacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fconfig.h.in
76 lines (52 loc) · 1.75 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
! fconfig.h.in.
! Written manually, not generated. This contains only defines for Fortran.
! Define if `use ifport' is needed for functions like `rand'.
#undef NEED_USE_IFPORT
! The size of `int *', as computed by sizeof.
#undef SIZEOF_INT_P
! Fortran type that matches a C pointer.
#define FCS_PTR integer*SIZEOF_INT_P
! 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
! Define if info output is enabled.
#undef FCS_ENABLE_INFO
! Define if debug output is enabled.
#undef FCS_ENABLE_DEBUG