update CP2K easyblock to use -D__MKL for CP2K versions newer than 2.3#2586
Merged
akesandgren merged 1 commit intoeasybuilders:developfrom Nov 22, 2021
Merged
update CP2K easyblock to use -D__MKL for CP2K versions newer than 2.3#2586akesandgren merged 1 commit intoeasybuilders:developfrom
akesandgren merged 1 commit intoeasybuilders:developfrom
Conversation
The last version of CP2K which used the flag -D__FFTMKL is 2.3. The later versions use -D__MKL . This change is necessary to have psmp version (MPI/OpenMP) work properly, as without it the executable will build but a check for thread safety fails at runtime when running with more than 1 thread. In INSTALL.md instructions of latest version of 8.2 of CP2K it is stated: "if compiling with MKL you must define `-D__MKL` to ensure the code is thread-safe." A change like this has been suggested in issue "suggested enhancements to CP2K easyblock easybuilders#1086"
Contributor
|
Going in, thanks @ppomorsk! |
Member
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 4 out of 4 (4 easyconfigs in total) |
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.
The last version of CP2K which used the flag -D__FFTMKL is 2.3. The later versions use -D__MKL . This change is necessary to have psmp version (MPI/OpenMP) work properly, as without it the executable will build but a check for thread safety fails at runtime when running with more than 1 thread.
In INSTALL.md instructions of latest version of 8.2 of CP2K it is stated: "if compiling with MKL you must
define
-D__MKLto ensure the code is thread-safe."A change like this has been suggested in issue "suggested enhancements to CP2K easyblock #1086"