Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

hadesmajesty
Beginner
619 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
619 Views
You can try to build your code statically then it will run on another system independently.
--Gennady
0 Kudos
Reply