Intel® Fortran Compiler 16.0 User and Reference Guide
Tells the compiler to use the run-time behavior of FORTRAN 77.
Linux and OS X: | -f77rtl -nof77rtl |
Windows: | /f77rtl /nof77rtl |
None
nof77rtl |
The compiler uses the run-time behavior of Intel® Fortran. |
This option tells the compiler to use the run-time behavior of FORTRAN 77.
Specifying this option controls the following run-time behavior:
When the unit is not connected to a file, some INQUIRE specifiers will return different values:
NUMBER= returns 0
ACCESS= returns 'UNKNOWN'
BLANK= returns 'UNKNOWN'
FORM= returns 'UNKNOWN'
PAD= defaults to 'NO' for formatted input.
NAMELIST and list-directed input of character strings must be delimited by apostrophes or quotes.
When processing NAMELIST input:
Column 1 of each record is skipped.
The '$' or '&' that appears prior to the group-name must appear in column 2 of the input record.
Visual Studio: Compatibility > Enable F77 Run-Time Compatibility
Eclipse: None
Xcode: Compatibility > Enable F77 Run-Time Compatibility
None