10.1. ISO_FORTRAN_ENV
10.1 ISO_FORTRAN_ENV
- Standard:
- Fortran 2003 and later, except when otherwise noted
The ISO_FORTRAN_ENV
module provides the following scalar default-integer named constants:
-
ATOMIC_INT_KIND
: - Default-kind integer constant to be used as kind parameter when defining integer variables used in atomic operations. (Fortran 2008 or later.)
-
ATOMIC_LOGICAL_KIND
: - Default-kind integer constant to be used as kind parameter when defining logical variables used in atomic operations. (Fortran 2008 or later.)
-
CHARACTER_KINDS
: - Default-kind integer constant array of rank one containing the supported kind parameters of the
CHARACTER
type. (Fortran 2008 or later.) -
CHARACTER_STORAGE_SIZE
: - Size in bits of the character storage unit.
-
ERROR_UNIT登录查看完整内容