Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7220 ディスカッション

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

hadesmajesty
ビギナー
552件の閲覧回数

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 件の賞賛
1 返信
Gennady_F_Intel
モデレーター
552件の閲覧回数
You can try to build your code statically then it will run on another system independently.
--Gennady
返信