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, |
libmkl_intel.a |
libmkl_intel_thread.a |
libmkl_core.a |
libiomp5.so |
IA-32 architecture, |
libmkl_rt.so |
|||
Intel(R) 64
architecture,
|
libmkl_intel_lp64.a |
libmkl_intel_thread.a |
libmkl_core.a |
libiomp5.so |
Intel(R) 64 architecture, |
libmkl_rt.so |
For exceptions and alternatives to the libraries listed above, see Selecting Libraries to Link.
Copyright © 2006 - 2010, Intel Corporation. All rights reserved.