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

Source Code Listing File Available in IVF 11.1?

Craig_Dedo
New Contributor I
564 Views
I am in the middle of configuring a default configuration file, ifort.cfg, for Intel Visual Fortran (IVF) 11.1.048. I cannot find any option in all of the hundreds of compiler options that generates a source code listing file.

In the past, I have used Compaq Visual Fortran (CVF) 6.6c. It has a /list qualifier to generate a listing file. It also has a /show qualifier that allows the developer to specify what is included in the listing file. The HP Fortran for OpenVMS compiler has the same options.

I cannot find the same or similar options in the documentation for IVF 11.1.048. What are the compiler options for generating a list file? If there are none, when will a listing file be available?
0 Kudos
2 Replies
TimP
Honored Contributor III
564 Views
By year end:

IDE Equivalent

Windows: Output Files > Source Listing (/list)

Output Files > Source Listing File (/list:[filename])

0 Kudos
Steven_L_Intel1
Employee
564 Views
As Tim says - not in 11.1, but in the next major release late this year.
0 Kudos
Reply