- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am currently using Visual Studio 2022 with oneAPI 2024 toolkit for c++ compilation. When running the code, I get the error, "Fatal error LNK1104: cannot open file 'mkl_intel_c_dll.lib" and message, "The oneMKLLibDir variable could not be expanded. The corresponding Intel(R) oneMKL version is not installed or the registry information may be incorrect."
The oneAPI base and HPC toolkit are fully installed.
From my research, it appears that the mkl_intel_c_dll.lib is not present in the 2024 version.
How can I run it without throwing an error?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it seems you link against 32 bit of MKL which is not installed by default. You need to get and install 32-bits MKL's package separately. The same topics were discussed into MKL Forum many times in the past.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page