11.3.8 SHARED_ALL Directive (VAX only)

The SHARED_ALL directive forces all common blocks to have SHARED defaults among processes that use the parallel DO-loop. It takes the following form:

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

This directive affects only default behavior. Individual common blocks can still be declared PRIVATE.


Previous Page Next Page Table of Contents