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

extended

Deleted_U_Intel
Employee
399 Views
What compiler option I must use to allow columns > 72?
I try to use exted but don't work.

Thks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
399 Views
/extend_source is the appropriate option. This gets you 132 columns.
Of course, it's best not to rely on such an option. Consider using free-form source instead, which the standard allows to be up to 132 columns.
0 Kudos
Reply