Admin Production ni-theme
Current Publication

default

LabWindows/CVI

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)

Examples

Refer to the following examples that use the OpenMP default clause:

  • OpenMP\2dfft_omp.cws

    Open example