default Clause
Specifies the scope of variables within the parallel region that are not explicity scoped by another clause. The following options are valid modes for this clause:
- shared—Sets all variables in the parallel region whose sharing attributes are implicitly determined to shared.
- none—Requires each variable in the parallel region be scoped by an OpenMP clause.
Format
default (shared | none)