Intel® Fortran Compiler XE 13.1 User and Reference Guides

list-line-len

Specifies the line length for the listing generated when option list is specified.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-list-line-len=n

Windows:

/list-line-len:n

Arguments

n

Is a positive integer indicating the number of columns to show in the listing.

Default

80

When a listing is generated, the default line length is 80 columns.

Description

This option specifies the line length for the listing generated when option list is specified.

If you specify option list-line-len and do not specify option list, the option is ignored.

Alternate Options

None

See Also


Submit feedback on this help topic