Skip to content

Commit 24a71f1

Browse files
committed
review
1 parent 9501076 commit 24a71f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/sciapps/vasp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Loading the uenv can also be directly done inside of a SLURM script.
4646
#SBATCH --ntasks-per-node=4
4747
#SBATCH --cpus-per-task=16
4848
#SBATCH --gpus-per-task=1
49-
#SBATCH --uenv=<VASP_UENV>
49+
#SBATCH --uenv=vasp/v6.5.0:v1
5050
#SBATCH --view=vasp
5151
#SBATCH --account=<ACCOUNT>
5252
#SBATCH --partition=normal
@@ -81,7 +81,7 @@ This script can be found at [NVIDIA GH200 GPU nodes: multiple ranks per GPU][ref
8181
#SBATCH --nodes=1
8282
#SBATCH --ntasks-per-node=8
8383
#SBATCH --cpus-per-task=16
84-
#SBATCH --uenv=<VASP_UENV>
84+
#SBATCH --uenv=vasp/v6.5.0:v1
8585
#SBATCH --view=vasp
8686
#SBATCH --account=<ACCOUNT>
8787
#SBATCH --partition=normal

0 commit comments

Comments
 (0)