Intel® Fortran Compiler 17.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

NOPARALLEL

CODE_ALIGN

NOUNROLL

DISTRIBUTE POINT

NOUNROLL_AND_JAM

FORCEINLINE

NOVECTOR

INLINE

PARALLEL

IVDEP

SIMD

LOOP COUNT

UNROLL

NOBLOCK_LOOP

UNROLL_AND_JAM

NOFUSION

VECTOR

NOINLINE

 

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