Fortran User's Guide

-depend

Analyze loops for data dependencies.

    SPARC: 77/90

Analyze loops for inter-iteration data dependencies and do loop restructuring. This option will raise the optimization level to O3 if no optimization level is specified, or if it is specified less than O3. -depend is also included with -fast, -autopar and -parallel. (See the Fortran Programming Guide.)

-g cancels -depend.