Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Missing mkl_c.lib

kinderchocolate
ビギナー
2,294件の閲覧回数
I installed the latest Intel Compiler Suite Professional Edition 11 (w_cproc_p_11.1.035.exe). After installation folder, it has a mkl folder C:\Program Files\Intel\Compiler\11.1\035\mkl\ia32\lib, but there's no mkl_c.lib in the folder. Do I need to install MKL indpendently?
0 件の賞賛
1 解決策
Gennady_F_Intel
モデレーター
2,294件の閲覧回数

Hi,

1) mkl_c.lib is dummy library. Contains references to Intel MKL libraries ia32libmkl_intel_c.lib, ia32libmkl_intel_thread.lib, and ia32libmkl_core.lib

And they were removed from the MKL 10.2 version,

Please refer to the MKL 10.2 Release Notes:

New in Intel MKL 10.2:

Compatibility libraries (also known as "dummy" libraries) have been removed from this version of the library

2) the latest Intel Compiler Suite Professional Edition 11 ( 035 build) contains MKL version 10.2

So, why you cannot find this library into this package.

--Gennady

元の投稿で解決策を見る

4 返答(返信)
ArturGuzik
高評価コントリビューター I
2,294件の閲覧回数
Quoting - kinderchocolate
I installed the latest Intel Compiler Suite Professional Edition 11 (w_cproc_p_11.1.035.exe). After installation folder, it has a mkl folder C:Program FilesIntelCompiler11.1�35mklia32lib, but there's no mkl_c.lib in the folder. Do I need to install MKL indpendently?
Installation of Professional Edition gets you full MKL, so no need.

A.
kinderchocolate
ビギナー
2,294件の閲覧回数
Well, it was also what I thought. mkl_c.lib is definitely in MKL as the project was working previously. I can see mkl_intel_c.lib but not mkl_c.lib.
Gennady_F_Intel
モデレーター
2,295件の閲覧回数

Hi,

1) mkl_c.lib is dummy library. Contains references to Intel MKL libraries ia32libmkl_intel_c.lib, ia32libmkl_intel_thread.lib, and ia32libmkl_core.lib

And they were removed from the MKL 10.2 version,

Please refer to the MKL 10.2 Release Notes:

New in Intel MKL 10.2:

Compatibility libraries (also known as "dummy" libraries) have been removed from this version of the library

2) the latest Intel Compiler Suite Professional Edition 11 ( 035 build) contains MKL version 10.2

So, why you cannot find this library into this package.

--Gennady

Gennady_F_Intel
モデレーター
2,294件の閲覧回数

For more information about which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel Compiler Professional Edition, you can refer

here.

--Gennady

返信