Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

qopt-report-help, Qopt-report-help

Displays the optimizer phases available for report generation and a short description of what is reported at each level. This feature is only available for ifort.

Syntax

Linux:

-qopt-report-help

Windows:

/Qopt-report-help

Arguments

None

Default

OFF

No optimization report is generated.

Description

This option displays the optimizer phases available for report generation using [q or Q]opt-report-phase, and a short description of what is reported at each level. No compilation is performed.

To indicate where output should go, you can specify one of the following options:

  • [q or Q]opt-report-file

  • [q or Q]opt-report-per-object

If you use this option, you do not have to specify option [q or Q]opt-report.

IDE Equivalent

None

Alternate Options

None