Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

New feature?

dkokron
Beginner
201 Views
I'd like to get a report from the Intel FORTRAN compiler like the one that the IRIX64 MIPSpro FORTRAN compiler would generate when using

-FLIST:=ON

Basically, I want to see what the source code looks like after all the optimization (including interprocedural) has been done.

ifort does not seem to have this feature. I've played with the -opt_report options, but the reports aren't clear to me. Do you know of any undocumented options that would help me get optimized source code from the compiler?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
201 Views
There is no such feature, and it really isn't possible since our optimizations aren't applied at the source level. There are a variety of optimization reports available that tell you what it did and where, but not in source form.
0 Kudos
Reply