Error MSB3073: The command "mkl_link_tool.exe -libs -c intel_c -a intel64 -p no 2> NUL" exited with code1.
The corresponed line in <Intel.Libs.oneMKL.Intel C++ Compiler 2021.targets> is
<Exec ConsoleToMSBuild="true" EchoOff="true" StandardOutputImportance="low" Command="mkl_link_tool.exe $(MKLArguments) 2> NUL" WorkingDirectory="$(oneMKLProductDir)\bin\$(IntelPlatform)">
<Output TaskParameter="ConsoleOutput" ItemName="_oneMKLLibraries" />
</Exec>
there is a similar error with code 9009, but apparently there are totally different.
Does anyone know how to fix it?
To run the mkl_link_tool.exe you don't need to have a compiler at all. The recommendation is to wait for the official release of oneAPI Package, take the oneAPI Base toolkit which will contain the latest MKL bits, and check how this link toll work.
链接已复制
What version of MKL do you use? oneMKL mentioned in your report has not been officially released.
I download from here https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
It seems that I can't get the classical Intel c++ compiler from Intel website, becauz all the links of Intel compiler is redirected to the oneAPI.
To run the mkl_link_tool.exe you don't need to have a compiler at all. The recommendation is to wait for the official release of oneAPI Package, take the oneAPI Base toolkit which will contain the latest MKL bits, and check how this link toll work.
The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.