fpp

Runs the Fortran preprocessor on source files before compilation.

IDE Equivalent

Windows: Preprocessor > Preprocess Source File

Linux: None

Mac OS X: Preprocessor > Preprocess Source File

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

fpp[n]

fpp[="option"]

-nofpp

Windows:

/fpp[n]

/fpp[:"option"]

/nofpp

Arguments

n

Deprecated. Tells the compiler whether to run the preprocessor or not. Possible values are:

0

Tells the compiler not to run the preprocessor.

1, 2, or 3

Tells the compiler to run the preprocessor.

option

Is a Fortran preprocessor (fpp) option; for example, "-macro=no", which disables macro expansion. The quotes are required. For a list of fpp options, see Fortran Preprocessor Options.

Default

nofpp

The Fortran preprocessor is not run on files before compilation.

Description

This option runs the Fortran preprocessor on source files before they are compiled.

If the option is specified with no argument, the compiler runs the preprocessor.

If 0 is specified for n, it is equivalent to nofpp. Note that argument n is deprecated.

We recommend you use option Qoption,fpp,"option" to pass fpp options to the Fortran preprocessor.

Alternate Options

Linux and Mac OS X: -cpp (this is a deprecated option)

Windows: /Qfpp, /Qcpp (these are deprecated options)

See Also


Submit feedback on this help topic

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