Intel® Fortran Compiler 16.0 User and Reference Guide

qopt-report-file, Qopt-report-file

Specifies that the output for the optimization report goes to a file, stderr, or stdout. Option -qopt-report-file is the replacement option for -opt-report-file, which is deprecated.

Syntax

Linux and OS X:

-qopt-report-file=keyword

Windows:

/Qopt-report-file:keyword

Arguments

keyword

Specifies the output for the report. You can specify one of the following:

filename

Specifies the name of the file where the output should go.

stderr

Indicates that the output should go to stderr.

stdout

Indicates that the output should go to stdout.

Default

OFF

No optimization report is generated.

Description

This option specifies that the output for the 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.

When optimization reporting is enabled, the default is -qopt-report-phase=all (Linux* OS and OS X*) or /Qopt-report-phase:all (Windows* OS).

IDE Equivalent

Visual Studio: Diagnostics > Emit Optimization Diagnostics to File

Diagnostics > Optimization Diagnostic File

Eclipse: None

Xcode: None

Alternate Options

None

See Also