Compaq Fortran provides two sets of directives that support shared memory parallel programming. These directives provide ways to specify the actions taken by the compiler and run-time system when executing a Fortran program in parallel.
This section describes syntax rules and the following sets of directives:
These directives comply with OpenMP Fortran Application Program Interface (API) specification Version 1.0.
These directives are provided for compatibility with older programs that were written for parallel execution.
Each set has a specific prefix that identifies the directives in the set. You can only use one set of directives within the same program.
For information on how to use these directives, see your user manual.