f77rtl

Tells the compiler to use the runtime behavior of FORTRAN 77.

Syntax

Linux:

-f77rtl

-nof77rtl

Windows:

/f77rtl

/nof77rtl

Arguments

None

Default

nof77rtl

The compiler uses the runtime behavior of Intel® Fortran.

Description

This option tells the compiler to use the runtime behavior of FORTRAN 77.

Specifying this option controls the following runtime behavior:

IDE Equivalent

Visual Studio: Compatibility > Enable F77 Run-Time Compatibility

Alternate Options

None