Intel® Fortran Compiler 16.0 User and Reference Guide
Provides a way to disable the right margin wrapping that occurs in Fortran list-directed output.
Linux: | -wrap-margin -no-wrap-margin |
OS X: | None |
Windows: | /wrap-margin /wrap-margin- |
None
wrap-margin |
The right margin wraps at column 80 if the record length is greater than 80 characters. |
This option provides a way to disable the right margin wrapping that occurs in Fortran list-directed output. By default, when the record being written becomes longer than 80 characters, the record is wrapped to a new record at what is called the "right margin".
Specify -no-wrap-margin (Linux* OS) or /wrap-margin- (Windows* OS) to disable this behavior.
None