-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathfconfig.h.in
More file actions
34 lines (24 loc) · 843 Bytes
/
fconfig.h.in
File metadata and controls
34 lines (24 loc) · 843 Bytes
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
! fconfig.h.in. Written manually, not generated.
! This contains only defines needed for Fortran.
! 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 if info output is enabled.
#undef FCS_ENABLE_INFO
! Define if debug output is enabled.
#undef FCS_ENABLE_DEBUG