Intel® Fortran Compiler 18.0 Developer Guide and Reference

INQUIRE: PENDING Specifier

The PENDING specifier asks whether previously pending asynchronous data transfers are complete. A data transfer is previously pending if it is not complete at the beginning of execution of the INQUIRE statement. It takes the following form:

PENDING = pnd

pnd

Is a scalar default logical variable that is assigned the value .TRUE. or .FALSE..

The value is assigned as follows:

See Also