HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

5.6.2  exclusive Clause

Name: exclusive

Properties: unique

Arguments

Name

Type

Properties

list

list of variable list item type

default

Directives

scan

Semantics

The exclusive clause is used on a separating directive that separates a structured block into two structured block sequences. The clause determines the association of the structured block sequence that precedes the directive on which the clause appears to a phase of that directive.

The list items that appear in an exclusive clause may include array sections.

Cross References