- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have downloaded and installed MKL 11.1 for Linux, on a 32bits Ubuntu distribution.
I am trying to compile a Finite Elements code (Code_Aster) with it.
As far as I understood, I need to link it with libmkl_lapack95.a, libmkl_ia32.a, libguide.a, andlibmkl_intel.a.
However, there is no libmkl_ia32.a in/opt/intel/Compiler/11.1/046/mkl/lib/32/ and I could not find it elsewhere.
Does this file have another name on the 11.1 version or am I missing something? Or is it located somewhere else?
Thank you very much
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
1. Please look at the article related what libraries are recommended for linking your application. I hope it will help you.
2.libmkl_ia32.a is dummy library. Contains references to Intel MKL libraries. This libraries were removed from the latest version of MKL. For more info about that please refer here.
--Gennady