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-stdout, Qopt-report-stdout

Specifies that the generated report should go to stdout.

Syntax

Linux:

-qopt-report-stdout

Windows:

/Qopt-report-stdout

Arguments

None

Default

OFF

No optimization report is generated.

Description

This option specifies that the output for the generated optimization report goes to stdout. It is the same as specifying -qopt-report-file=stdout (Linux) or /Qopt-report-file:stdout (Windows).

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

NOTE:

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.

IDE Equivalent

None

Alternate Options

None

See Also