Intel® Fortran Compiler XE 13.1 User and Reference Guides
Specifies a directory for static analysis results.
Windows: Diagnostics > Static Analysis Results Directory
Linux: None
OS X: None
All
Linux: | -diag-sc-dir[=dir] |
OS X: | None |
Windows: | /Qdiag-sc-dir[:dir] |
dir |
Is the name of the directory where the results should be placed. |
OFF |
If static analysis is enabled, analysis results are placed in the current working directory. For more details, see below. |
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:
-diag-enable sc[n] or -diag-enable sc-mode (Linux* OS)
/Qdiag-enable:sc[n] or /Qdiag-enable:sc-mode (Windows* OS)
None