Success! Subscription added.
Success! Subscription removed.
Sorry, you must verify to complete this action. Please click the verification link in your email. You may re-send via your profile.
There is code for example:
Link Copied
Also what can be important. The real project with all MKL functions works correctly on computer, where program was originally writed. But when executable file is build and dragged on another computer with all needed DLLs the error occured. Can it be because of some OS difference or maybe CPU difference? Please give me any thoughts. OS on both of computers is Windows 10 pro. CPU on PC where programm was originally made is Intel Core i7-6700K, and other PC has Intel Core i9-14900KF.
It seems that you don't find the shared libraries (DLL files) on that other computer. Try static linking.
Hello @Sci222,
I agree with @henricryden analysis. It sounds like you’re encountering a runtime issue wit oneMKL.
The error message “Unhandled exception at 0x00007FFFB952B699 (KernelBase.dll) in Sandbox project.exe: 0xC06D007E: Module not found” suggests that there might be a problem with the MKL DLLs not being found or loaded correctly.
Please look at the similar issue previously reported and how it was resolved at this link.
Community support is provided Monday to Friday. Other contact methods are available here.
Intel does not verify all solutions, including but not limited to any file transfers that may appear in this community. Accordingly, Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
For more complete information about compiler optimizations, see our Optimization Notice.