Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
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.
29280 讨论

Link error 1104: mkl_intel_c.lib can not be found

Anders_S_1
新分销商 III
2,353 次查看

Hi,

I installed OneAPI on VS2022 and all was OK. Suddenly I got the 1104 error:  mkl_intel_c_lib

can  not be found. I use /Qmkl:static in the mpifort bat file. I tried to find the lib under intel/oneAPI/mkl/..., but I did not find it there.

What to do?

Best regards

Anders S

标签 (1)
0 项奖励
1 解答
Anders_S_1
新分销商 III
2,195 次查看

Hi,

I have erronously used the IA32 command line! When I correctly choose the Intel64 command line the error disappeared!

Best regards

Anders S

在原帖中查看解决方案

0 项奖励
6 回复数
Steve_Lionel
名誉分销商 III
2,343 次查看

MKL is in the oneAPI Base Toolkit. If you didn't install that, go do so, or you can install MKL separately.

0 项奖励
Anders_S_1
新分销商 III
2,336 次查看

Hi Steve,

Thanks for a quick response!

I reinstalled MKL, but still I can't see the missing library (see attachment). Am I looking at the wrong place?

Best regards

Anders S

0 项奖励
mecej4
名誉分销商 III
2,307 次查看

The library that you seek is part of the 32-bit MKL package. If you want that, you can download and install the 32-bit OneMKL package . Select "Windows" and "Online" and then look for the link titled "Intel oneAPI Base Toolkit for Windows (32 bit).

 

Anders_S_1
新分销商 III
2,302 次查看

Hi Steve,

Rapid reply again, thanks!

Now everything is clear! You can't dismiss 32-bits even when you run 64-bits, can you?

Best regards

Anders S

0 项奖励
Steve_Lionel
名誉分销商 III
2,325 次查看
0 项奖励
Anders_S_1
新分销商 III
2,196 次查看

Hi,

I have erronously used the IA32 command line! When I correctly choose the Intel64 command line the error disappeared!

Best regards

Anders S

0 项奖励
回复