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

/d_lines with free format code

ferrad01
Beginner
461 Views
More historical code found...

A "D" in column 1 has been used in our fixed format code and invoked with /d_lines

I have converted all code to free format. How do I implement /d_lines in free format?
0 Kudos
2 Replies
ferrad01
Beginner
461 Views
I used compiler directives.
0 Kudos
Steven_L_Intel1
Employee
461 Views
D_lines is for fixed-form only. Conditional compilation directoves seems to be what you want instead.
0 Kudos
Reply