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

how to generate .lst files?

phani
Beginner
2,265 Views
I am trying to compile a fortran program that will generate .lst file and the .o file.

But there was a warning and the .lst file was not created.

Can anyone help me what are the flags to be added to take care of this warning and the creation of .lst file.

*********************************
fortcom: Warning: Fioopa2.f, line 66: LIST directive statement not supported
CDIR$ LIST
**********************************

Phani
0 Kudos
2 Replies
Kevin_D_Intel
Employee
2,265 Views

Current releases of the Intel Fortran compiler do not support this compiler directive nor provide any command-line options to produce a listing file. Creation of listing files is on the list of feature enhancements under consideration for future releases.

(Internal tracking id: DPD200008538)

(Resolution Update on 02/21/2011): This feature is available in the Intel Fortran Composer XE 2011 release
0 Kudos
Kevin_D_Intel
Employee
2,265 Views

The feature to create listing files is available in the Intel Fortran Composer XE 2011 release.

0 Kudos
Reply