| Last Modified On : | October 21, 2008 11:21 AM PDT |
Rate |
|
The Intel MKL 10.0 introduced a new layered linking model in order to provide more flexibility to choose from different compilers and threading runtimes. However, the layered model will break link lines used with earlier versions of Intel MKL. Dummy libraries are provided to support backward compatibility and do not contain any functionality. They are provided as a temporary solution to help customers move to the layered linking model. The dummy libraries will be removed in an upcoming release of the Intel MKL.
When linking an application against the Intel MKL 10.0 and later dummy shared libraries (e.g. libmkl_lapack and libmkl), a problem can occur whereby the application will not run unless the folder /opt/intel/mkl/<version>/lib/32/ exists and contains the Intel MKL shared libraries. This problem occurs even if the Intel MKL shared libraries are present in the same folder as the application.
> objdump -p a.out
Program Header
.....
Dynamic Section:
NEEDED /opt/intel/mkl/10.0.3.020/lib/32/libmkl_intel.so
NEEDED /opt/intel/mkl/10.0.3.020/lib/32/libmkl_intel_thread.so
NEEDED /opt/intel/mkl/10.0.3.020/lib/32/libmkl_lapack.so
NEEDED /opt/intel/mkl/10.0.3.020/lib/32/libmkl_core.so
NEEDED libguide.so
To resolve the problem, remove the dummy shared libraries from your link line and use the layered linking model for Intel MKL 10.0.
| August 27, 2009 12:57 AM PDT
Gennady Fedorov (Intel)
|
Compatibility libraries (also known as "dummy libraries") have been removed from Intel® MKL 10.2 and will not be available in the future versions of Intel® MKL. Dummy libraries were introduced to provide backward compatibility with earlier version of Intel MKL, which did not use new layered libraries. Dummy libraries do not contain any functionality, but only dependencies on a set of layered libraries. please refer the article from the url: "http://software.intel.com/en-us/articles/dummy-libraries-have-been-removed/" --Gennady |

English | 中文 | Русский | Français
AmandaS (Intel)
|
Vipin Kumar E K (Intel)
1,848
Status Points:
1,348
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/
--Vipin