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

Linking to "new" versions of MKL with older compilers

gregfi04
Beginner
348 Views
I've recently discovered that I need to build a code with Version 11.1 of the Intel compiler in order to satisfy customer requirements. Is there any reason I can't do this and statically link to the latest MKL libraries distributed with ComposerXE?

I haven't run extensive tests, but I've compiled my code against the newer MKL libraries and everything appears to function correctly. Is this a risky proposition?

Thanks,
Greg
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
348 Views
yes, you can do that.it's not risky proposition. your application statically linked to the latest MKL libraries would provide the optimizations for all latest Intel architectures.
--Gennady
0 Kudos
Reply