Intel® Fortran Compiler 18.0 Developer Guide and Reference

SHARED Clause

Parallel Directive Clause: Specifies variables that will be shared by all the threads in a team.

SHARED (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 (/ /).

All threads within a team access the same storage area for SHARED data.