HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

1.8  Organization of this Document

The remainder of this document is structured as normative chapters that define the directives, including their syntax and semantics, the runtime routines and the tool interfaces that comprise the OpenMP API. The document also includes appendices that facilitate maintaining a compliant implementation of the API.

Some sections of this document only apply to programs written in a certain base language. Text that applies only to programs for which the base language is C or C++ is shown as follows:

C/C++ specific text...

Text that applies only to programs for which the base language is C only is shown as follows:

C specific text...

Text that applies only to programs for which the base language is C++ only is shown as follows:

C++ specific text...

Text that applies only to programs for which the base language is Fortran is shown as follows:

Fortran specific text...

Where an entire page consists of base language specific text, a marker is shown at the top of the page. For Fortran-specific text, the marker is:

SVG-Viewer needed.

For C/C++-specific text, the marker is:

SVG-Viewer needed.

Some text is for information only, and is not part of the normative specification. Such text is designated as a note or comment, like this:

Non-normative text...

COMMENT: Non-normative text...