- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I spent quite a bit of time looking for official MKL documentation on how to do this, and came up empty. It's not in the installation guide nor getting started guide, and I can't find any Knowledge Base article describing it. I don't have MKL installed on my own system so I can't describe the steps. I find this situation entirely irritating, more so because I know that the MKL team declined to have its DLLs added to PATH by the installer (allegedly because some customers wanted to point to a specific version of MKL.)
If you look at the bottom of https://software.intel.com/en-us/how-to-build-mkl-application-in-intel-visual-fotran-msvs there's some text that attempts to describe this, though it shows only the 32-bit DLLs and really should use some other environment variable rather than a hardcoded path. Perhaps another user here can lead you through the steps.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The MKL run-time DLLs aren't added to the system PATH by default. You'll need to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Steve. I have not changed system paths before or used these dlls. Can you help me to do this?
Thank you
Dilshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I spent quite a bit of time looking for official MKL documentation on how to do this, and came up empty. It's not in the installation guide nor getting started guide, and I can't find any Knowledge Base article describing it. I don't have MKL installed on my own system so I can't describe the steps. I find this situation entirely irritating, more so because I know that the MKL team declined to have its DLLs added to PATH by the installer (allegedly because some customers wanted to point to a specific version of MKL.)
If you look at the bottom of https://software.intel.com/en-us/how-to-build-mkl-application-in-intel-visual-fotran-msvs there's some text that attempts to describe this, though it shows only the 32-bit DLLs and really should use some other environment variable rather than a hardcoded path. Perhaps another user here can lead you through the steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Some commonly used software packages such as Matlab and IMSL each install their own version of MKL, and those versions may not always be compatible with the MKL that comes with Parallel Studio/Composer/stand-alone MKL. Therefore, after following the step below, if you later run Matlab, etc., and find things not working, be prepared to undo the change by recording the system path before changing it. You may need to have administrative privileges in order to be able to change PATH.
Go to the environment variables tab of the system settings (through the Windows Start menu or by running sysdm.cpl) and add the following to PATH if you wish to use 64-bit MKL DLLs:
<Parallel Studio installation directory>\compilers_and_libraries_yyyy.v.rrr\windows\redist\intel64_win\mkl
The strings 'yyyy', 'v', 'rrr' need to be replaced with the particular major version, update number and release number of MKL that you have.
If you wish to use 32-bit MKL DLLs, substitute "ia32_win" for "intel64_win" in the addendum to PATH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve and mecej4 thank you for the help. I was able to link the libraries following the steps in the link sent by Steve (https://software.intel.com/en-us/how-to-build-mkl-application-in-intel-visual-fotran-msvs). I did not play with "system settings" because I frequently use MATLAB (did not want to take chances). Thank you very much for the help!
Dilshan

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