Intel® Fortran Compiler 16.0 User and Reference Guide

IF Clause

Parallel Directive Clause: Specifies a conditional expression. If the expression evaluates to .FALSE., the construct is not executed.

Syntax

IF (expression)

expression

Must be a scalar logical expression that evaluates to .TRUE. or .FALSE..

At most one IF clause can appear in the directive.

Description

The following are additional rules that apply to specific OpenMP Fortran directives: