Intel® Fortran Compiler 16.0 User and Reference Guide

Rules for General Directives that Affect DO Loops

This table lists the general directives that affect DO loops:

BLOCK_LOOP

NOPARALLEL

DISTRIBUTE POINT

NOUNROLL

FORCEINLINE

NOUNROLL_AND_JAM

INLINE

NOVECTOR

IVDEP

PARALLEL

LOOP COUNT

SIMD

NOBLOCK_LOOP

UNROLL

NOFUSION

UNROLL_AND_JAM

NOINLINE

VECTOR

The PREFETCH and NOPREFETCH directives also affect DO loops, but they are only available on Intel® MIC Architecture.

The following rules apply to all of the general directives:

Other rules may apply to these directives. For more information, see the description of each directive.

See Also