Replies: 4 comments
-
Has this Issue been solved? @caic99 |
Beta Was this translation helpful? Give feedback.
0 replies
-
No. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Move to discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed by #4613 and following PRs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe Current Status and Possible Solution
Currently, we use a naive implementation to find MKL libraries in ABACUS. This might cause some problems on choosing the correct library when the environment is complicated, and might result in numerical errors. I strongly doubt this is the root cause of #1413 and #1121 .
Since Intel OneAPI(2020+), the Intel MKL comes up with officially supported CMake config files. We should use it whenever possible, and take our implementation as a fall back when using legacy MKL versions.
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions