- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed the Cluster Edition of Intel Parallel Studio 2015 and during installation indicated it should integrate with Visual Studio 2013. After having a license file issue which was corrected through these forums and an email from Intel. I find that the existing project I am trying to build is not able to find the MKL libraries.
Is there some other step required to register them with Visual Studio? The FORTRAN compiler works but I get the following error message:
BlkDataOperators_m.f90(354): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_BLAS]
Under the Solution Property Page: I have: Use Intel Math Kernel Library Parallel (/Qmkl:parallel)
- Tags:
- Development Tools
- Intel® License Manager for FLEXlm*
- Intel® Software Development Products Registration Center
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Include paths are distinct from library paths. MKL include paths typically require specific setting in a Visual Studio project or with a -I (capitaleye) in command line. You may need to check (e.g. Windows Explorer) to see where the ,mod files are (typically in an intel64 sub-folder for 64-byte mode....)
link advisor https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor ought to show you some example of -I setting (compiler option).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jeff,
Have you set MKL path in the properties settings (Configuration Properties > Intel Performance Libraries > Intel Math Kernel Library: Yes)? Default is No.
Regards, Hubert.

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