Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Named Constants in the ISO_FORTRAN_ENV Module

The ISO_FORTRAN_ENV intrinsic module provides the following named constants that you can use to get information on the Fortran environment. They are all scalars of type default integer.

Named Constant

Definition

ATOMIC_INT_KIND

Is the kind type parameter used when defining integer variables used in atomic operations.

ATOMIC_LOGICAL_KIND

Is the kind type parameter used when defining logical variables used in atomic operations.

CHARACTER_KINDS

Is the kind type parameter supported by the processor that is used when defining variables of type character. This is a default integer array constant. The rank of the array is one, its lower bound is one, and its size is the number of character kinds supported. In Intel® Fortran, its value is [1].

CHARACTER_STORAGE_SIZE

Is the size of the character storage unit expressed in bits.

CURRENT_TEAM

Identifies the current team of images when used as the LEVEL argument to the GET_TEAM intrinsic function.