master Directive
Specifies that the master thread of the team executes the structured block.
Binding thread set: current team
Format
#pragma omp master newline
structured block
Specifies that the master thread of the team executes the structured block.
Binding thread set: current team
#pragma omp master newline
structured block