mkl, Qmkl

Tells the compiler to link to certain parts of the Intel® Math Kernel Library (Intel® MKL).

IDE Equivalent

Windows: None

Linux: Performance Library Build Components > Use Intel(R) Math Kernel Library

Mac OS X: Libraries > Use Intel(R) Math Kernel Library

Architectures

IA-32, Intel® 64, IA-64 architectures

Syntax

Linux and Mac OS X:

-mkl[=lib]

Windows:

/Qmkl[:lib]

Arguments

lib

Indicates the part of the library that the compiler should link to. Possible values are:

parallel

Tells the compiler to link using the threaded part of the Intel® MKL. This is the default if the option is specified with no lib.

sequential

Tells the compiler to link using the non-threaded part of the Intel® MKL.

cluster

Tells the compiler to link using the cluster part and the sequential part of the Intel® MKL.

Default

OFF

The compiler does not link to the Intel® MKL.

Description

This option tells the compiler to link to certain parts of the Intel® Math Kernel Library (Intel® MKL).

Alternate Options

None