インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド

PARALLEL WORKSHARE

OpenMP* Fortran Compiler Directive: Provides an abbreviated way to specify a parallel region containing a single WORKSHARE directive.

!$OMP PARALLEL WORKSHARE [clause[[,] clause] ... ]

   block

!$OMP END PARALLEL WORKSHARE

clause

Can be any of the clauses accepted by the PARALLEL or WORKSHARE directives.

block

Is a structured block (section) of statements or constructs. You cannot branch into or out of the block (the parallel region).

関連情報


このヘルプトピックについてのフィードバックを送信