XL Fortran for AIX 8.1

Language Reference

PARALLEL WORKSHARE / END PARALLEL WORKSHARE

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


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]