Intel® Fortran Compiler 17.0 Developer Guide and Reference

list-page-len

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

Syntax

Linux and macOS:

-list-page-len=n

Windows:

/list-page-len:n

Arguments

n

Is a positive integer indicating the number of lines on a page to show in the listing.

Default

60

When a listing is generated, the default page length is 60 lines.

Description

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

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

IDE Equivalent

None

Alternate Options

None

See Also