Skip to content

Commit b17211b

Browse files
committed
add MPICH_GPU_SUPPORT_ENABLED=1 to scripts
1 parent a726286 commit b17211b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/software/sciapps/vasp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Loading the uenv can also be directly done inside of a SLURM script.
5454
#SBATCH --partition=normal
5555

5656
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
57+
export MPICH_GPU_SUPPORT_ENABLED=1
5758

5859
srun vasp_std
5960
```
@@ -89,6 +90,7 @@ This script can be found at [NVIDIA GH200 GPU nodes: multiple ranks per GPU][ref
8990
#SBATCH --partition=normal
9091

9192
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
93+
export MPICH_GPU_SUPPORT_ENABLED=1
9294

9395
srun ./mps-wrapper.sh vasp_std
9496
```

0 commit comments

Comments
 (0)