Skip to content

Commit cb693e0

Browse files
committed
More minor formatting etc. changes to Cray MPICH issues section
1 parent f356e1e commit cb693e0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/software/communication/cray-mpich.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ 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 "Issue resolved on the 7th of October 2024"
83+
??? info "The issue has been resolved on the 7th of October 2024 with a system update"
8484
The issue was caused by a system misconfiguration.
8585

8686
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:
@@ -91,14 +91,15 @@ cxil_map: write error
9191
??? info "Workaround"
9292
The only workaround is to not use inter-node GPU-aware MPI.
9393

94-
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:
95-
```bash
96-
&FM
97-
TYPE_OF_MATRIX_MULTIPLICATION SCALAPACK
98-
&END FM
99-
```
94+
??? tip "Workaround for CP2K"
95+
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:
96+
```bash
97+
&FM
98+
TYPE_OF_MATRIX_MULTIPLICATION SCALAPACK
99+
&END FM
100+
```
100101

101-
Unless you run RPA calculations, this should have limited impact on performance.
102+
Unless you run RPA calculations, this should have limited impact on performance.
102103

103104
#### `MPI_THREAD_MULTIPLE` does not work
104105

0 commit comments

Comments
 (0)