- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to utilize the following model.
Directory A contains executable which calls mkl dll's. Directory A also contains the required mkl dll's.
Right now the executable finds mkl_rt.dll. But I get the following error,
MKL FATAL ERROR: Cannot load mkl_intel_thread.dll
mkl_rt.dll and mkl_intel_thread.dll as well as other mkl dll's are located in the same directory as the executable.
On another machine, I have installed the w_mkl_10.3.6.233.exe and the same program executes correcly. I presume that mkl_intel_tread.dll is being looked for along a specific path or there is an environmental variable set by the installer which sets the path to mkl_intel_thread.dll.
Any help on this would be greatly appreciated.
Directory A contains executable which calls mkl dll's. Directory A also contains the required mkl dll's.
Right now the executable finds mkl_rt.dll. But I get the following error,
MKL FATAL ERROR: Cannot load mkl_intel_thread.dll
mkl_rt.dll and mkl_intel_thread.dll as well as other mkl dll's are located in the same directory as the executable.
On another machine, I have installed the w_mkl_10.3.6.233.exe and the same program executes correcly. I presume that mkl_intel_tread.dll is being looked for along a specific path or there is an environmental variable set by the installer which sets the path to mkl_intel_thread.dll.
Any help on this would be greatly appreciated.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
mkl_intel_thread.dll depends on OpenMP run time library libiomp5md.dll
So you need tocopy this library together with other MKL libraries or add path to compiler locations where it is located.
mkl_intel_thread.dll depends on OpenMP run time library libiomp5md.dll
So you need tocopy this library together with other MKL libraries or add path to compiler locations where it is located.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, one more comment to this -please look at the User's Guide How - Getting Started - Setting Environment Variables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
Adding the additional libraries fixed my problem.
Adding the additional libraries fixed my problem.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page