Linking Quick Start

To link with Intel(R) Math Kernel Library (Intel(R) MKL), choose one library from the Interface layer, one library from the Threading layer, one (and typically the only) library from the Computational layer, and, if necessary, add run-time libraries. The following table lists Intel MKL libraries to link with your application.

Interface layer

Threading layer

Computational layer

RTL

IA-32 architecture,
static linking

libmkl_intel.a

libmkl_intel_thread.a

libmkl_core.a

libiomp5.so

IA-32 architecture,
dynamic linking

libmkl_rt.so

Intel(R) 64 architecture,
static linking

libmkl_intel_lp64.a

libmkl_intel_thread.a

libmkl_core.a

libiomp5.so

Intel(R) 64 architecture,
dynamic linking

libmkl_rt.so

For exceptions and alternatives to the libraries listed above, see Selecting Libraries to Link.

See Also


Submit feedback on this help topic

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