Skip to content

Commit ee761a2

Browse files
committed
Implemented suggested changes
1 parent 779626f commit ee761a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/sciapps/cp2k.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ See [manual.cp2k.org/CMake] for more details.
424424

425425
### Older uenv versions on Eiger
426426

427-
After the migration to Eiger.Alps, calculations relying on older uenvs versions (`2024.1:v1`, `2024.2:v1`, `2024.3:v1`) sometimes crash unexpectedly. The problem has been identify as coming from the `libxsmm` library, used as a backend in DBCSR. To avoid this issue, it is recommended to upgrade to a newer uenv.
427+
After the migration to Eiger.Alps, calculations relying on older uenv versions (`2024.1:v1`, `2024.2:v1`, `2024.3:v1`) sometimes crash unexpectedly with a segmentation fault. The problem has been identify as coming from the `libxsmm` library, used as a backend in DBCSR. To avoid this issue, it is recommended to upgrade to a newer uenv.
428428

429-
In case a spcefic 2024.x version of CP2K is required, crashes can be avoided by switching to the `BLAS` backend of DBCSR. This can be done by adding the following in the `&GLOBAL` subsection of the input file:
429+
In case a spcefic `2024.x` version of CP2K is required, crashes can be avoided by switching to the `BLAS` backend of DBCSR. This can be done by adding the following in the `&GLOBAL` subsection of the input file:
430430

431431
```bash
432432
&GLOBAL

0 commit comments

Comments
 (0)