Intel® Fortran Compiler 16.0 User and Reference Guide

recursive

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

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.

IDE Equivalent

Visual Studio: Code Generation > Enable Recursive Routines

Eclipse: None

Xcode: Code Generation > Enable Recursive Routines

Alternate Options

None

See Also