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

MKL: Redistribution

auchich
Beginner
769 Views
Hi,
I guess I'm in the wrong forum, but it's the best I found...

I'm looking for technical information about redistributing applications using MKL - are there any steps besides linking with the libs? (e.g. necessary DLL's, licence file? etc.)
0 Kudos
1 Reply
TimP
Honored Contributor III
769 Views
You might have tried the forum associated with the compiler you're using. If I understand the question, you could use dumpbin (windows), or ldd (linux, since some people stretch the term dll that far), to verify which dynamic libraries your build requires. I suppose the terms of your license would not cover redistributing that, but would cover redistributing the dll's required by your binary. If those are important points which aren't covered clearly by your documentation, please ask, using a premier.intel.com issue submission.
0 Kudos
Reply