Intel® Fortran Compiler XE 13.1 User and Reference Guides
Controls the diagnostic information reported by the vectorizer.
Windows: Diagnostics > Vectorizer Diagnostic Level
Linux: None
OS X: Diagnostics > Vectorizer Diagnostic Report
All
Linux and OS X: | -vec-report[n] |
Windows: | /Qvec-report[n] |
n |
Is a value denoting which diagnostic messages to report. Possible values are:
|
-vec-report0 |
If you do not specify the option on the command line, the default is to display no messages. However, if vectorization diagnostics reporting has been enabled and you do not specify n, the compiler reports diagnostics on vectorized loops. |
This option controls the diagnostic information reported by the vectorizer. The vectorizer report is sent to stdout.
If you do not specify n, it is the same as specifying -vec-report1 (Linux* OS and OS X*) or /Qvec-report1 (Windows* OS).
If this option is specified from within the IDE, the report is included in the build log if the Generate Build Logs option is selected.
None