Tf

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

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-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.

Alternate Options

Linux and Mac OS X: None

Windows: /source:file (this is a deprecated option)

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.