- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So is there any way to solve this problem then?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I will try that
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page