11.3 Parallel Directives (VAX only)

Parallel directives invoke parallel processing of indexed DO-loops, synchronize execution of critical regions within the loops, and define the shareability of common blocks and symbols in parallel applications.

Parallel directives are preceded by the cPAR$ tag (for syntax rules, see Section 11.1). You must specify the compiler option PARALLEL to enable these directives.

The following are parallel directives:

For More Information:


Previous Page Next Page Table of Contents