- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
After installation of MKL, I cannot see "Intel Performance Libraries" in property page. I'm using windows 10 and visual studio 2017. MKL version is 2018 update 1.
Is there any good solutions to this problem. I'm in hurry.......
I have installed many times, there is no warning and error during installation....
Also, if I cannot see "Intel Performance Libraries" in property page, can I still use MKL by manually link MKL with VS 2017??
And how about using a lower version of visual studio, like 2015?
Thank you !!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi PengJu,
Sorry for hear that.
for the install issue, you may submit your issue to our support site: Online Service Center , where our install team may help you find the cause.
for quick solution, yes, you can still use MKL by manually link MKL with VS 2017. Please see the article https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc/
To link mkl manually include two steps:
1. add library path ( both include and library path )
In Project Property pages, select Configuration Properties » VC++ Directories;
2. link mkl library
Linker » Input » Additional Dependencies, add the required MKL libraries (e.g. common link: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib). you may need to choose library from the MKL Link Line Advisor.
Best Regards,
Ying

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