Intel® Fortran Compiler XE 13.1 User and Reference Guides

diag-sc-dir, Qdiag-sc-dir

Specifies a directory for static analysis results.

IDE Equivalent

Windows: Diagnostics > Static Analysis Results Directory

Linux: None

OS X: None

Architectures

All

Syntax

Linux:

-diag-sc-dir[=dir]

OS X:

None

Windows:

/Qdiag-sc-dir[:dir]

Arguments

dir

Is the name of the directory where the results should be placed.

Default

OFF

If static analysis is enabled, analysis results are placed in the current working directory. For more details, see below.

Description

This option specifies a directory for static analysis results.

If you do not specify dir, the results are placed in the current working directory. Results are placed in a subdirectory with the name rnnnsc, where nnn is replaced by the next available sequence number (001, 002, etc.).

This option is ignored unless static analysis diagnostics are enabled by providing one or more of the following options:

Alternate Options

None

See Also


Submit feedback on this help topic