Admin Production ni-theme
Current Publication

parallel

LabWindows/CVI

parallel Directive

Defines a parallel region where multiple threads execute the code in the region.

Binding thread set: encountering thread

Format

#pragma omp parallel [clause[ [,]clause] ..] newline

Example

Refer to OpenMP\2dfft_omp.cws for an example of using the OpenMP paralle directive.