Converted from .HLP to .HTML by HLPTOHTML.

fortran .HLP

DEPENDENCE

Specifies whether DEC Fortran uses the CDEC$ INIT_DEP_FWD and CDEC$ NOVECTOR directives.

The CDEC$ INIT_DEP_FWD directive specifies that all data dependences in the succeeding loop are uniform and do not have a backward direction. The CDEC$ NOVECTOR directive directs the compiler to avoid vectorizing an indicated DO loop.

ALL

Same interpretation as /DIRECTIVES=DEPENDENCE.

NONE

Same interpretation as /DIRECTIVES=NODEPENDENCE.