- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
-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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page