Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

mkl,example,cannot open include"mkl,h"

薛_清_
Beginner
1,671 Views

i have already install the mkl,run the mklvars but cannot find the mkl file    why?   and how can i sue it

0 Kudos
3 Replies
Ying_H_Intel
Employee
1,671 Views

Hello, 

Could you please tell some information, like OS, mkl version, language, compiler etc how you build the mkl example etc?

Here is some MKL tutorial and sample code at https://software.intel.com/en-us/product-code-samples, you may run them first and let us know if any problem

Best Regards,

Ying 

 

0 Kudos
mecej4
Honored Contributor III
1,671 Views

You have a comma instead of a dot between "mkl" and "h".

0 Kudos
Ying_H_Intel
Employee
1,671 Views

Hello Qing, 

Did you install MKL on your machine?   If no, you can get MKL from MKL offical website:  https://software.intel.com/en-us/intel-mkl/  =>  right box  or from https://software.intel.com/en-us/intel-parallel-studio-xe/try-buy

After register, you will receive email, which include MKL install package download link.  Once you install MKL , you will see the documentation, header file,  example code, mkl libaries etc under install directory, for example, C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.1.143\windows\mkl   or /opt/intel/mkl. 

Best Regards,

Ying 

 

0 Kudos
Reply