Skip to content

A bug when using Intel parallel studio XE #3

Description

@wy690251419

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions