SINGLE PROCESS (TU*X only)

Compaq Fortran Parallel Compiler Directive: Specifies a block of code to be executed by only one thread in a team. This directive is the same as the OpenMP Fortran API SINGLE directive except that LOCAL is permitted as an alternative spelling for the PRIVATE clause.

See Also: Parallel Directives for Tru64 UNIX Systems, Compaq Fortran Parallel Compiler Directives (TU*X only), OpenMP Fortran API Compiler Directives (TU*X only)