High Performance Optimizer (HPO) Report

The following command examples illustrate the general command needed to create HPO report with combined options.

Operating System 

Example Command

Linux* and Mac OS* X

ifort -opt-report 0 -opt-report-phasehpo sample.f90

Windows*

ifort /Qopt-report:0 /Qopt-report-phase:hpo sample.f90

Use -opt-report-help (Linux and Mac OS X) or /Qopt-report-help (Windows) to list the names of HPO report categories.

You must specify different compiler options to use the specific HPO report categories.