-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ELPA: avoid multiple initializations (cp2k#3786)
- Note: potentially ensuring the original "active device" is down to the library (ELPA), and CP2K is only responsible for toggling the active device for its own code. This note refers to a potential side-effect of (re-)initializing ELPA. - Avoid potentially high cost of initialization (context creation, etc.) - Initialization SAVE state does not require atomics (expected to be called from master). - Harmonized CFM and FM interfaces. - Code/format cleanup.
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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