Skip to content

Commit f356e1e

Browse files
committed
Update Cray MPICH known issues workarounds etc.
1 parent 5afe158 commit f356e1e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/software/communication/cray-mpich.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,15 @@ Performance may be negatively affected by this option.
8080

8181
#### `"cxil_map: write error"` when doing inter-node GPU-aware MPI communication
8282

83-
!!! info
84-
The issue has been resolved by a system update on 7th October 2024 and the workaround is no longer needed.
83+
??? info "Issue resolved on the 7th of October 2024"
8584
The issue was caused by a system misconfiguration.
8685

87-
When doing inter-node GPU-aware communication with Cray MPICH after the October 2024 update on Alps, applications will fail with:
86+
When doing inter-node GPU-aware communication with Cray MPICH after the update on the 30th of September 2024 on Alps, applications will fail with:
8887
```bash
8988
cxil_map: write error
9089
```
9190

92-
??? Workaround
91+
??? info "Workaround"
9392
The only workaround is to not use inter-node GPU-aware MPI.
9493

9594
For users of CP2K encountering this issue, one can disable the use of COSMA, which uses GPU-aware MPI, by placing the following in the `&GLOBAL`` section of your input file:
@@ -103,8 +102,7 @@ cxil_map: write error
103102

104103
#### `MPI_THREAD_MULTIPLE` does not work
105104

106-
!!! info
107-
The issue has been resolved in Cray MPICH version 8.1.30.
105+
!!! info "The issue has been resolved in Cray MPICH version 8.1.30"
108106

109107
When using `MPI_THREAD_MULTIPLE` on GH200 systems Cray MPICH may fail with an assertion that looks similar to:
110108
```bash

0 commit comments

Comments
 (0)