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

MKL 2026.0 linking problem

morskaya_svinka_1
New Contributor I
222 Views

Hello! I was using oneMKL 2024.2 integrated in Visual Studio 2022 until today (c++), and then I decided to test the latest version. I installed it via online installer intel-onemkl-2026.1.0.238.exe, and then got "module not found" error when using Parallel linking mode for both 2024.2 and latest versions. Sequential linking mode still worked fine. I have solved the problem by deleting 2026 and reinstalling 2024.2 version, but there might be something wrong with the online installer.

0 Kudos
1 Reply
morskaya_svinka_1
New Contributor I
169 Views

To be more precise, that was 2026.1 version that I tested, not 2026.0 as stated in the post headline. I have fixed the 2026.1 version linking by adding C:\Program Files (x86)\Intel\oneAPI\mkl\latest\bin and C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin to the Path environment variable.

0 Kudos
Reply