15.2.2.5 PRIVATE Clause (TU*X only)

The PRIVATE clause declares specified variables to be private to each thread in a team. It takes the following form:

PRIVATE (list)

list
Is the name of one or more variables or common blocks that are accessible to the scoping unit. Subobjects cannot be specified. Each name must be separated by a comma, and a named common block must appear between slashes (/ /).

Rules and Behavior

The following occurs when variables are declared in a PRIVATE clause:

For Compaq Fortran parallel directives, LOCAL is an alternative spelling for PRIVATE.


Previous Page Next Page Table of Contents