インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス

Glossary W

wait function

A function that blocks the execution of a calling thread until a specified set of conditions has been satisfied.

whole array

An array reference (for example, in a type declaration statement) that consists of the array name alone, without subscript notation. Whole array operations affect every element in the array. See also array.