File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,9 @@ sbatch run_cp2k.sh
113113
114114!!! warning
115115
116- There are 4 GPUs per node, and 72 cores per GPU. It is very important that the number of MPI ranks passed to [slurm]
117- with `--ntasks-per-node` is a multiple of 4.
116+ Each GH200 node has 4 modules, each of them composed of a ARM Grace CPU with 72 cores and a H200 GPU directly
117+ attached to it. Please see [Alps hardware][ref-alps-hardware] for more information.
118+ It is important that the number of MPI ranks passed to [slurm] with `--ntasks-per-node` is a multiple of 4.
118119
119120 ??? note
120121
@@ -429,6 +430,12 @@ As a workaround, you can you can disable CUDA acceleration fo the grid backend:
429430& END GLOBAL
430431```
431432
433+ ??? info "Fix available upon request"
434+
435+ A fix for this issue for the HIP backend is currently being tested by CSCS engineers. If you would like to test it,
436+ please contact us and we will be able to provide the source code. The fix will eventually land on the upstream
437+ [CP2K] repository.
438+
432439[ CP2K ] : https://www.cp2k.org/
433440[ CP2K Features ] : https://www.cp2k.org/features
434441[ COSMA ] : https://github.com/eth-cscs/COSMA
You can’t perform that action at this time.
0 commit comments