We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a726286 commit b17211bCopy full SHA for b17211b
docs/software/sciapps/vasp.md
@@ -54,6 +54,7 @@ Loading the uenv can also be directly done inside of a SLURM script.
54
#SBATCH --partition=normal
55
56
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
57
+export MPICH_GPU_SUPPORT_ENABLED=1
58
59
srun vasp_std
60
```
@@ -89,6 +90,7 @@ This script can be found at [NVIDIA GH200 GPU nodes: multiple ranks per GPU][ref
89
90
91
92
93
94
95
srun ./mps-wrapper.sh vasp_std
96
0 commit comments