Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

wrap-margin

Provides a way to disable the right margin wrapping that occurs in Fortran list-directed output.

Syntax

Linux:

-wrap-margin

-no-wrap-margin

macOS:

None

Windows:

/wrap-margin

/wrap-margin-

Arguments

None

Default

wrap-margin

The right margin wraps at column 80 if the record length is greater than 80 characters.

Description

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.

IDE Equivalent
None
Alternate Options

None