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

Warning: Line truncated at 7200 characters

ecc26
Beginner
519 Views
I just try to compile this code and I get this warning. "Warning: Line truncated at 7200 characters" Do this mean the compiler won't take the format in which this code was written. Is there any way to fix it.?

thank you
0 Kudos
1 Reply
james1
Beginner
519 Views
Sounds like your source file lacks record delimiters. Did you by chance FTP this from another system? The way to fix it in this case would be to get the source with the record delimiters intact.

James
0 Kudos
Reply