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.

too many continuation lines

vic0
Beginner
707 Views
Hello
I'm new in Fortran and faced with problem in compilation process

"To many continuation lines". The block consists of 899 lines, each consists something like that:
& 0.441570, 0.488460, -1.089310, -2.475400, -1.724270, 2.663840,
How fix it by Intel Fortran compiler ???

Thanks a lot





0 Kudos
1 Reply
TimP
Honored Contributor III
707 Views
As far as I know, the limit of 511 continuation lines mentioned in ifort doc is a fixed limit, and is considered excessive by most people, including the standards committees. Possibly alternatives include reading a file to initialize data.
0 Kudos
Reply