Intel® Fortran Compiler 18.0 Developer Guide and Reference

Rules for General Directives that Affect DO Loops

This table lists the general directives that affect DO loops:

BLOCK_LOOP and NOBLOCK_LOOP

PARALLEL and NOPARALLEL

CODE_ALIGN

PREFETCH and NOPREFETCH

DISTRIBUTE POINT

SIMD

FORCEINLINE

UNROLL and NOUNROLL

INLINE and NOINLINE

UNROLL_AND_JAM

IVDEP

VECTOR and NOVECTOR

LOOP COUNT

 

NOFUSION

 

NOUNROLL_AND_JAM

 

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