Dear all,
I am new to 10.3 and having an error when run my program. I am using VS2010 in Win 7 32-bit. I have compiled and linked my code against MKL successfully.
But I got the following error when I tried to run a piece of code calling CBLAS."The program can't start because mkl_sequential.dll is mising from your computer." But I do not see any DLLs in MKL folder.
Could anyone give me some help? Thanks!
Kai
連結已複製
3 回應
Hi Kai,
All mkls dlls files
are located into
--Gennady
Intel rearranged the directory layout with MKL 10.3. In current versions, the DLLs of the compiler runtime, MKL DLLs, (and IPP DLLs, etc., if IPP is installed) are all collected together in the "redist" directory. The ...\MKL\lib directory no longer contains the DLLs, as it may have done in earlier versions of MKL.
If you use your own startup .BAT files to launch a MKL environment, you may need to modify them accordingly.
If you use your own startup .BAT files to launch a MKL environment, you may need to modify them accordingly.
Quoting kleinsun
...But I do not see any DLLs in MKL folder. Could anyone give me some help?...
I often use MS Depends utility to verify that all DLLdependencies are resolved for some application. The
utility isenclosed.