- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page