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

Re-distribution rights of custom dynamic dll and header file

Anil_Kumbhar
Beginner
239 Views
In our application, we use PARDISO solver and DGEMM call from Intel MKL. In some cases, our application needs to be linked at our customer end, which requires MKL libraries to be installed on their computers. This can be avoided using custom dynamic linkage. This works correctly on Linux but on Windows, I need to provide .dll and .lib generated. From the documentation, it is clear to me that we can distribute .dll but not sure about .lib. Can I re-distribute header library generated (.lib) along with our package?
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
239 Views

Anil, yes, all of MKL files are now redistributable under the new Intel Simplified Software License.

0 Kudos
Reply