11.3.6 PRIVATE_ALL Directive (VAX only)

The PRIVATE_ALL directive forces all symbols and common blocks to default to PRIVATE in each process that runs the parallel DO-loop. It takes the following form:

cPAR$ PRIVATE_ALL
c
Is the letter or character that introduces the directive tag (see Section 11.1).

The PRIVATE_ALL directive changes only default behavior. Individual common blocks can still be declared SHARED and individual symbols can still be declared CONTEXT_SHARED.


Previous Page Next Page Table of Contents