The MASTER directive specifies a region that is to be executed only by the master thread of the team. All other threads on the team skip this section of code
There is no implied barrier associated with this directive
!$OMP MASTER block !$OMP END MASTER
#pragma omp master newline structured_block
It is illegal to branch into or out of MASTER block.