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

Can't open mkl_intel_s_dll.lib in 64bit Visual Studio environment

Jongho_K_
Beginner
407 Views

I tried to compile in Visual studio 2013 for some program using mkl.

It works fine in 32bit environment. But in 64 bit they say 

   error LNK1181 :Can not open 'mkl_intel_s.lib'

   error #11018: Cannot open mkl_intel_s_dll.lib

   error $11018: Cannot open mkl_intel_s.lib

I already download all files from parallel studio

And when I copy and paste mkl_intel_s_dll.lib and mkl_intel_s.lib from C:\Program Files (x86)\Intel\Composer XE\mkl\lib\ia32

to C:\Program Files (x86)\Intel\Composer XE\mkl\lib\intel64 directory, they succeed in compiling but output program doesn't work properly.

How could I solve this problem? 

0 Kudos
1 Reply
VipinKumar_E_Intel
407 Views

Hi Jongho,

Looks like, you have not selected the PGI* and Compaq* Visual Fortran Compiler support for IA32 while installation. 

https://software.intel.com/en-us/articles/intelr-mkl-new-install-option

Could you please try after installing those libs as well?

--Vipin

 

0 Kudos
Reply