Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 3/31/2025
Public

Visible to Intel only — GUID: GUID-611E26AF-91BA-4434-ACCF-3E5F0F22E0F0

Document Table of Contents

list-page-len

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

Syntax

Linux:

-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.

Option list-page-len is ignored unless you also specify option list.

IDE Equivalent

None

Alternate Options

None

See Also