Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Tf

Tells the compiler to compile the file as a Fortran source file.

Syntax

Linux:

-Tf filename

macOS:

-Tf filename

Windows:

/Tf filename

Arguments

filename

Is the name of the file.

Default

OFF

Files that do not end in standard Fortran file extensions are not compiled as Fortran files.

Description

This option tells the compiler to compile the file as a Fortran source file.

This option is useful when you have a Fortran file with a nonstandard file extension (that is, not one of .F, .FOR, or .F90).

This option assumes the file specified uses fixed source form. If the file uses free source form, you must also specify option free.

IDE Equivalent
None
Alternate Options

None

See Also