Build: update MKL version for ELPA#3227
Merged
dyzheng merged 3 commits intodeepmodeling:developfrom Nov 17, 2023
Merged
Conversation
dyzheng
approved these changes
Nov 17, 2023
Collaborator
dyzheng
left a comment
There was a problem hiding this comment.
Thanks for your contribution! This PR is urgent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reminder
Linked Issue
Fix #2935
Fix #2960
What's changed?
According to the test result from @dyzheng , Intel oneAPI toolkit 2023.2.0 has compatibility problem with ELPA, resulting in memory leak. This issue will not happen on 2023.1 or 2024.0.
This PR bumped toolkit version to 2024, the latest one, and updated install commands.
Running test cases in the new docker image will not further have memork leaks (thanks @dyzheng ).