Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

gen-depshow

Determines whether certain features are excluded from dependency analysis. Currently, it only applies to intrinsic modules.

Syntax

Linux:

-gen-depshow=keyword

Windows:

/gen-depshow:keyword

Arguments

keyword

Specifies inclusion or exclusion from dependency analysis. Possible values are:

[no]intr_mod

Determines whether intrinsic modules are excluded from dependency analysis.

Default

nointr_mod

Tells the compiler to exclude Fortran intrinsic modules in dependency analysis.

Description

This option determines whether certain features are excluded from dependency analysis. Currently, it only applies to intrinsic modules.

Option

Description

gen-depshow intr_mod

Tells the compiler to include Fortran intrinsic modules in dependency analysis.

Option gen-depshow is ignored unless you also specify option gen-dep, which generates build dependencies for the compilation.

IDE Equivalent

None

Alternate Options

gen-depshow nointr_mod

Linux: -MMD

Windows: /QMMD

See Also