- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You can try to build your code statically then it will run on another system independently.
--Gennady
