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

Problems to connect MKL with VISUAL STUDIO 2019

Berni_25
Beginner
931 Views

Hello,

 

I have two PC on which I installed VISUAL STUDIO 2019. With both PC I try to connect with MKL. At one PC it works, here I installed MKL 2019. At the other PC where it does not work, I installed MKL 2020. But if I remove MKL 2020 and installed MKL 2019 it brings no success.

If I compile at VISUAL Studio I receive the message:

Fehler    MSB3073    Der Befehl "mkl_link_tool.exe -libs -c ms_c -a ia32 -p no 2> NUL" wurde mit dem Code 9009 beendet.    XXX-werk-core    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\Win32\PlatformToolsets\v142\ImportBefore\Intel.Libs.MKL.v142.targets

Has someone an idea?

 

Thanks a lot,

 

Berni

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
931 Views

it seems the issue is caused by fact that mkl_link_tool.exe has been moved from mklroot/tool to mklroot/bin folder. the easiest way to fix the case - copy this exe from bin to tool folders and try to run once again.

0 Kudos
Gennady_F_Intel
Moderator
925 Views

Have you tried to use this tips?


0 Kudos
Reply