Intel® Fortran Compiler XE 13.1 User and Reference Guides

shared-intel

Causes Intel-provided libraries to be linked in dynamically.

IDE Equivalent

Windows: None

Linux: None

OS X: Runtime > Intel Runtime Libraries

Architectures

All

Syntax

Linux and OS X:

-shared-intel

Windows:

None

Arguments

None

Default

OFF

Intel® libraries are linked in statically, with the exception of Intel's OpenMP* runtime support library, which is linked in dynamically.

Description

This option causes Intel-provided libraries to be linked in dynamically. It is the opposite of -static-intel.

Note

On OS X* systems, when you set "Intel Runtime Libraries" to "Dynamic", you must also set the DYLD_LIBRARY_PATH environment variable within Xcode* or an error will be displayed.

Alternate Options

Linux and OS X: -i-dynamic (this is a deprecated option)

Windows: None

See Also


Submit feedback on this help topic