Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

More than 132 characters in fixed format ?

qlb212
Beginner
2,168 Views
Hi,
I am looking for the equivalent of"-ffixed-line-length-none" (g77) for ifort, but apparently with ifort in fixed format the maximum number of characters in a line is 132 (option -132), is it true ?
Thanks
0 Kudos
1 Reply
Ron_Green
Moderator
2,168 Views
Correct, the ifort options for -extend-source are 72, 80, or 132 only.

ron
0 Kudos
Reply