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

What is the recommend MKL re-distrubutables we should use?

Tony_G_2
Beginner
438 Views

 

There is a list of re-distrubutable files in the redist.txt file. Should we supply ALL of these re-distributales libs to our end customer to cover all bases and a chip sets etc, since some of these are loaded at runtime (because ldd is not sufficient to determine exactly which ones are required).

OR is there some documentation what tells us what the minimum/required set is please?

For example, lets say I was only solving eigenvalue problems with MKL. Would I still need to re-distribute VML libs?

Thank you!

Tony

 

 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
438 Views

Tony, there are two methods only : 1 - re-distrubute all files from redist.txt   2) or create custom dll ( pls refer User's Guide for details) which will contain e.x sfeast_syev() routine.

0 Kudos
Tony_G_2
Beginner
438 Views

Thank you! That is very helpful!

regards,

Tony

0 Kudos
Reply