File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
04_Understanding_GPU_activity_and_checking_jobs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ These examples are based on the ROCm container provided to you at:
77
88To avoid running into any storage issues, we recomment running the examples from a folder you create in the scratch file system, e.g.:
99```
10- mkdir -p /scratch/project_465001707 /$(whoami)
11- cd /scratch/project_465001707 /$(whoami)
10+ mkdir -p /scratch/project_465001958 /$(whoami)
11+ cd /scratch/project_465001958 /$(whoami)
1212```
1313
1414The examples also assume there is an allocation in place to be used for one or more nodes. That could be accomplished with, e.g.:
1515```
16- salloc -p small-g --account=project_465001707 --reservation=AI_workshop_1 --gpus-per-node=2 --ntasks-per-node=1 --cpus-per-task=14 --mem-per-gpu=60G --time=0:30:00
16+ salloc -p small-g --account=project_465001958 --reservation=AI_workshop_1 --gpus-per-node=2 --ntasks-per-node=1 --cpus-per-task=14 --mem-per-gpu=60G --time=0:30:00
1717```
1818This is very similiar to what you have been doing with ` sbatch ` should you be using a run script with:
1919```
20- #SBATCH --account=project_465001707
20+ #SBATCH --account=project_465001958
2121#SBATCH --reservation=AI_workshop_1
2222#SBATCH --partition=small-g
2323#SBATCH --gpus-per-node=1
You can’t perform that action at this time.
0 commit comments