Visible to Intel only — GUID: GUID-359E9466-9B46-46E0-AB6E-42DA1884FFAF
Visible to Intel only — GUID: GUID-359E9466-9B46-46E0-AB6E-42DA1884FFAF
FINAL Clause
Parallel Directive Clause: Specifies that the generated task will be a final task.
Syntax
FINAL (scalar-logical-expression)
scalar-logical-expression |
Is a scalar logical expression. When the expression evaluates to .TRUE., it specifies that the generated task will be a final task. |
All task constructs encountered during execution of a final task will generate included tasks.
Note that if a variable is used in a FINAL clause expression of a directive construct, it causes an implicit reference to the variable in all enclosing constructs.
Only a single FINAL clause can appear in the directive.