Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-611E26AF-91BA-4434-ACCF-3E5F0F22E0F0
Visible to Intel only — GUID: GUID-611E26AF-91BA-4434-ACCF-3E5F0F22E0F0
list-page-len
Specifies the page length for the listing generated when option list is specified.
Linux: |
-list-page-len=n |
macOS: |
-list-page-len=n |
Windows: |
/list-page-len:n |
n |
Is a positive integer indicating the number of lines on a page to show in the listing. |
60 |
When a listing is generated, the default page length is 60 lines. |
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.
None