Intel® Fortran Compiler XE 13.1 User and Reference Guides

recursive

Tells the compiler that all routines should be compiled for possible recursive execution.

IDE Equivalent

Windows: Code Generation > Enable Recursive Routines

Linux: None

OS X: Code Generation > Enable Recursive Routines

Architectures

All

Syntax

Linux and OS X:

-recursive

-norecursive

Windows:

/recursive

/norecursive

Arguments

None

Default

norecursive

Routines are not compiled for possible recursive execution.

Description

This option tells the compiler that all routines should be compiled for possible recursive execution. It sets the automatic option.

Alternate Options

None

See Also


Submit feedback on this help topic