-
Notifications
You must be signed in to change notification settings - Fork 41
CP2K uenv changelog #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
CP2K uenv changelog #111
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,14 +15,28 @@ transition state optimization using NEB or dimer method. See [CP2K Features] for | |
| [CP2K] is provided on [ALPS][platforms-on-alps] via [uenv][ref-uenv]. | ||
| Please have a look at the [uenv documentation][ref-uenv] for more information about uenvs and how to use them. | ||
|
|
||
| ??? note "CHANGELOG" | ||
|
|
||
| ??? note "2025.1" | ||
|
|
||
| * The `[email protected]:v1` uenv has been removed and replaced by `[email protected]:v2` | ||
| * The [DLA-Future] intrgration required special care by the user; without it, the performance is sub-optimal | ||
RMeli marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * The DLA-Future integration has been moved to a separate `cp2k-dlaf` view | ||
| * The two views available in `[email protected]:v1` are still available, without DLA-Future: `cp2k` and `develop` | ||
| * Two new views with DLA-Future are available in `[email protected]:v2`: `cp2k-dlaf` and `develop-dlaf` | ||
| * The default BLAS/LAPACK library on [Eiger][ref-cluster-eiger] is now [OpenBLAS] (changed from Intel oneAPI MKL, oneMKL) | ||
| * Performance on some workloads is better and on others is comparable | ||
| * Brings uniformity across platforms | ||
|
|
||
|
|
||
| ## Dependencies | ||
|
|
||
| On our systems, CP2K is built with the following dependencies: | ||
|
|
||
| * [COSMA] | ||
| * [Cray MPICH] | ||
| * [DBCSR] | ||
| * [DLA-Future] | ||
| * [DLA-Future] (from `[email protected]` onwards, only in `cp2k-dlaf` view) | ||
| * [dftd4] (from `[email protected]` onwards) | ||
| * [ELPA] | ||
| * [FFTW] | ||
|
|
@@ -47,11 +61,6 @@ On our systems, CP2K is built with the following dependencies: | |
| On the HPC platform, `CUDA_CACHE_PATH` is set to a directory under `/dev/shm` by | ||
| default. | ||
|
|
||
| !!! warning "BLAS/LAPACK on Eiger" | ||
|
|
||
| On Eiger, the default BLAS/LAPACK library is Intel oneAPI MKL (oneMKL) until `[email protected]`. | ||
| From `[email protected]` the default BLAS/LAPACK library is [OpenBLAS]. | ||
|
|
||
| ## Running CP2K | ||
|
|
||
| ### Running on the HPC platform | ||
|
|
@@ -415,7 +424,7 @@ See [manual.cp2k.org/CMake] for more details. | |
|
|
||
| ### DLA-Future | ||
|
|
||
| The `cp2k/2025.1` uenv provides CP2K with [DLA-Future] support enabled. | ||
| The `cp2k/2025.1:v2` uenv provides CP2K with [DLA-Future] support enabled, in the `cp2k-dlaf` view. | ||
| The DLA-Future library is initialized even if you don't [explicitly ask to use it](https://manual.cp2k.org/trunk/technologies/eigensolvers/dlaf.html). | ||
| This can lead to some surprising warnings and failures described below. | ||
|
|
||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.