Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug when using Intel parallel studio XE #3

Open
wy690251419 opened this issue Aug 13, 2020 · 0 comments
Open

A bug when using Intel parallel studio XE #3

wy690251419 opened this issue Aug 13, 2020 · 0 comments
Assignees

Comments

@wy690251419
Copy link

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).
VS configuration property

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.

@MadhukarMoogala MadhukarMoogala self-assigned this Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants