Visible to Intel only — GUID: GUID-4F97305F-C602-4F0B-818A-CCB1A4D6C673
Visible to Intel only — GUID: GUID-4F97305F-C602-4F0B-818A-CCB1A4D6C673
qopt-report-annotate-position, Qopt-report-annotate-position
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 feature is only available for ifort.
Syntax
Linux: |
-qopt-report-annotate-position=keyword |
Windows: |
/Qopt-report-annotate-position:keyword |
Arguments
keyword |
Specifies the site where optimization messages appear in the annotated source. You can specify one of the following:
|
Default
OFF |
No annotated source listing is generated |
Description
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.
IDE Equivalent
Alternate Options
None