Intel® Fortran Compiler 17.0 Developer Guide and Reference
Enables the annotated source listing feature and specifies the site where optimization messages appear in the annotated source in inlined cases of loop optimizations.
Linux and macOS: | -qopt-report-annotate-position=keyword |
Windows: | /Qopt-report-annotate-position:keyword |
keyword |
Specifies the site where optimization messages appear in the annotated source. You can specify one of the following:
|
OFF |
No annotated source listing is generated |
This option enables the annotated source listing feature and specifies the site where optimization messages appear in the annotated source in inlined cases of loop optimizations.
This option enables option [q or Q]opt-report-annotate if it is not explicitly specified.
If annotated source listing is enabled and this option is not passed to compiler, loop optimizations are placed in caller position by default.
None