Default Clause
Note that the default storage attribute is DEFAULT(SHARED) (so no need to specify)
To change default: DEFAULT(PRIVATE)
- each variable in static extent of the parallel region is made private as if specified in a private clause
- mostly saves typing
DEFAULT(NONE): no default for variables in static extent. Must list storage attribute for each variable in static extent