UPP  V11.0.0
 All Data Structures Files Functions Pages
machine.f
1  MODULE machine_post
2 
3  IMPLICIT NONE
4  SAVE
5 ! Machine dependant constants
6  integer kind_io4,kind_io8,kind_phys,kind_rad
7  parameter(kind_rad = selected_real_kind(13,60)) ! the '60' maps to 64-bit real
8  parameter(kind_phys = selected_real_kind(13,60)) ! the '60' maps to 64-bit real
9  parameter(kind_io4 = 4)
10  parameter(kind_io8 = 8)
11  integer kint_mpi
12  parameter(kint_mpi = 4)
13 
14  END MODULE machine_post