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

How to generate independent executable file with MKL routines by Fortran compiler?

hadesmajesty
Beginner
420 Views

My code has implemented the MKL for Fast Fourier Transform. The .exe file in my computer can run well. But if I transfer the file to another machine with a difference version of MKL, the following warning comes up:

This application has failed to start because libiomp5md.dll was not found. Re-installing the application may fix this problem.

Can I run the exe. File independently?

Thank you.

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
420 Views
You can try to build your code statically then it will run on another system independently.
--Gennady
0 Kudos
Reply