インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
OpenMP* Fortran Compiler Directive: Specifies a block of code to be executed by the master thread of the team.
c$OMP MASTER
block
c$OMP END MASTER
c |
Is one of the following: C (or c), !, or * (see Syntax Rules for Compiler Directives). |
block |
Is a structured block (section) of statements or constructs. You cannot branch into or out of the block. |