parallel Directive
- Updated2023-02-21
- 1 minute(s) read
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.