Oracle® Solaris Studio 12.4: Fortran User's Guide

Exit Print View

Updated: March 2015
 
 

2.3 Directives

Use a source code directive, a form of Fortran comment, to pass specific information to the compiler regarding special optimization or parallelization choices. Compiler directives are also sometimes called pragmas. The compiler recognizes a set of general directives and parallelization directives, including OpenMP directives.

Directives unique to f95 are described in Directives. A complete summary of all the directives recognized by f95 appears in Appendix C, Fortran Directives Summary.


Note - Directives are not part of the Fortran standard.