Intel® Fortran Compiler XE 13.1 User and Reference Guides

fixed

Specifies source files are in fixed format.

IDE Equivalent

Windows: Language > Source File Format (/free, /fixed)

Linux: None

OS X: Language > Source File Format (/free, /fixed)

Architectures

All

Syntax

Linux and OS X:

-fixed

-nofixed

Windows:

/fixed

/nofixed

Arguments

None

Default

OFF

The source file format is determined from the file extension.

Description

This option specifies source files are in fixed format. If this option is not specified, format is determined as follows:

Note that on Linux* and OS X* systems, file names and file extensions are case sensitive.

Alternate Options

Linux and OS X: -FI

Windows: /nofree, /FI, /4Nf


Submit feedback on this help topic