Purpose
The PARALLEL WORKSHARE construct provides a short form method for including a WORKSHARE directive inside a PARALLEL construct.
Format
.--------------------------------------.
V |
>>-PARALLEL WORKSHARE----+----------------------------------+-+-><
'-+---+--parallel_workshare_clause-'
'-,-'
>>-block------------------------------------------------------->< >>-END PARALLEL WORKSHARE-------------------------------------->< |
where parallel_workshare_clause is any of the directives accepted by either the PARALLEL or WORKSHARE directives.
Related Information