You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the arx project (C++) created by the wizard 2021, the switch of "Use Intel MKL" fails ( a switch in the configuration property page in VS, provided by the Intel parallel studio XE 's C++ compiler integration).
And the following warnings are shown
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(37,5): warning : Could not expand MKLProductDir variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(38,5): warning : Could not expand MKLMajorVersion variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(39,5): warning : Could not expand MKLMinorVersion variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(40,5): warning : Could not expand MKLIncludeDir variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(41,5): warning : Could not expand MKLLibDir variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
1>D:\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Platforms\x64\PlatformToolsets\v142\ImportAfter\Intel.Libs.MKL.v142.targets(42,5): warning : Could not expand OmpLibDir variable. Corresponding version of Intel(R) MKL is not installed or the registry information may be incorrect.
It seems like the MKL library isn't installed correctly, but actually, it works fine in every other projects I tested. Although I can link the MKL library manually, it's a little complicated. I'll be appreciated if this can be fixed so that I can use the MKL library in ARX projects by just simply clicking a switch. Think you.
The text was updated successfully, but these errors were encountered:
In the arx project (C++) created by the wizard 2021, the switch of "Use Intel MKL" fails ( a switch in the configuration property page in VS, provided by the Intel parallel studio XE 's C++ compiler integration).
And the following warnings are shown
It seems like the MKL library isn't installed correctly, but actually, it works fine in every other projects I tested. Although I can link the MKL library manually, it's a little complicated. I'll be appreciated if this can be fixed so that I can use the MKL library in ARX projects by just simply clicking a switch. Think you.
The text was updated successfully, but these errors were encountered: