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

Compile MKL 10 With VS2013

Jacquelin__Christoph
368 Views

Hello, 

How to compile MKL version 10 with Visual Studio 2013 ?

Is it possible ?  

Thank you,

Christophe, 

 

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
368 Views

The version 10 has been released more then 6 years ago and no longer supported. 

The latest version of Intel MKL  is 2019. Do you mean this one?

0 Kudos
Jacquelin__Christoph
368 Views

Hello,

I want to compile with the version 10. Not the version 2019.

Coud you help ?

Thank you,

Christophe

0 Kudos
mecej4
Honored Contributor III
368 Views

Sorry, the question as posed has no answer.

1. Visual Studio is an IDE, not a compiler. If you have a C or Fortran compiler installed and integrated with Visual Studio, please state the name and version of the compiler. Neither MKL nor Visual Studio will work with every one of the numerous compilers available for Windows.

2. MKL is a library package. Other than the example source files that are packed with it, it is not something that you can compile, because the source of MKL is proprietary and you are very unlikely to have the MKL source files.

Therefore, please state your goals more accurately, and then we can try to answer.

0 Kudos
Gennady_F_Intel
Moderator
368 Views

You may take a look at this article to see how to use IDE. You may also take a look at the MKL Linker Adviser

https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor  to see how to link with MKL.

https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc#

 

0 Kudos
Reply