A newer version of this document is available. Customers should click here to go to the newest version.
qopt-report-file, Qopt-report-file
Specifies whether the output for the generated optimization report goes to a file, stderr, or stdout.
Syntax
Linux:  |  
      -qopt-report-file=keyword  |  
     
Windows:  |  
      /Qopt-report-file:keyword  |  
     
Arguments
keyword  |  
      Specifies where the output for the report goes. You can specify one of the following: 
  |  
     
Default
OFF  |  
      No optimization report is generated.  |  
     
Description
This option specifies whether the output for the generated optimization report goes to a file, stderr, or stdout.
If you use this option, you do not have to specify option [q or Q]opt-report.
Specifying -qopt-report-file=stdout (Linux) or /Qopt-report-file:stdout (Windows) is the same as specifying option -qopt-report-stdout (Linux) or /qopt-report-stdout (Windows).
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Visual Studio: Diagnostics > Optimization Diagnostic File
Diagnostics > Emit Optimization Diagnostic to File
Eclipse: Compilation Diagnostics > Emit Optimization Diagnostics to File
Compilation Diagnostics > Optimization Diagnostics File
Alternate Options
None