Software Archive
Read-only legacy content
17061 Discussions

MKL paths not set correctly

Jeffrey_M_
Beginner
447 Views

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)

 

0 Kudos
2 Replies
TimP
Honored Contributor III
447 Views

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).

0 Kudos
Hubert_H_Intel
Employee
447 Views

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.

0 Kudos
Reply