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

LNK1104 'mkl_solver_lp64.lib' error

Rushikesh_H_
Principiante
2.425 Visualizações

Hi everyone!!

I recently started using Parallel studio cluster edition on my windows 64 bit system. I am using visual studio 2015 edition for it. I am running already coded fortran console application using user provided library in resources. When i try to build the project, it gives me following error:

fatal error LNK1104: cannot open file 'mkl_solver_lp64.lib'

I tried the option to 'use Intel Math Kernel Library' but the error still remained.

Please help.Thanks

0 Kudos
5 Respostas
mecej4
Colaborador honorário III
2.425 Visualizações

That is a library that was distributed with older versions of MKL. See https://software.intel.com/en-us/articles/mkl_solver_libraries_are_deprecated_libraries_since_version_10_2_Update_2 .

Rushikesh_H_
Principiante
2.425 Visualizações

So is there any way to solve this problem then?

mecej4
Colaborador honorário III
2.425 Visualizações

I am not sure that there is a problem. Remove that library name from your build configuration and attempt to build. If the build succeeds, there is no problem. If it fails, note the names of the missing externals and report them, or provide a copy of the build log, and we can see what needs to be done.

Gennady_F_Intel
Moderador
2.425 Visualizações

mkl_solver_lp64.lib has been deprecated since MKL 10.2. Please try to rebuild your application accordingly MKL version you have. Please have a look how to do this by using MKL Linker Adviser : https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor

Rushikesh_H_
Principiante
2.425 Visualizações

Thanks. I will try that

Responder