Skip to content

Dependencies

Christian Woltering edited this page Jul 10, 2022 · 8 revisions

Intel MKL

Intel's oneAPI Math Kernel Library is distributed under the Intel Simplified Software License, also see license FAQ. If you don't need the complete development package and just want to use the shared libraries, Nuget packages are available here: intelmkl.redist.win-x64, intelopenmp.redist.win

The MKL solvers in this project depend on the following shared libraries (considering the MKL oneAPI x64 release 2022):

libiomp5md.dll, mkl_core.2.dll, mkl_def.2.dll, mkl_intel_thread.2.dll, mkl_rt.2.dll, mkl_sequential.2.dll

Clone this wiki locally