Intel® Fortran Compiler 17.0 Developer Guide and Reference
Provides a way to disable the right margin wrapping that occurs in Fortran list-directed output.
Linux: | -wrap-margin -no-wrap-margin |
macOS: | 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*) or /wrap-margin- (Windows*) to disable this behavior.
None