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-9CAB61E5-47AF-4D1C-A876-12B748833FB9
Visible to Intel only — GUID: GUID-9CAB61E5-47AF-4D1C-A876-12B748833FB9
Namelist Specifier (NML=)
The namelist specifier indicates namelist formatting and identifies the namelist group for data transfer. It takes the following form:
[NML=]group
group |
Is the name of a namelist group previously declared in a NAMELIST statement. |
If the keyword NML is omitted, the namelist specifier must be the second specifier in the control list; the io-unit specifier must be first.
If a namelist specifier appears in a control list, a format specifier must not appear.