Skip to content

Commit 689df49

Browse files
authored
Adjust project ID for lesson 4.
1 parent 1df49dc commit 689df49

File tree

1 file changed

+4
-4
lines changed
  • 04_Understanding_GPU_activity_and_checking_jobs

1 file changed

+4
-4
lines changed

04_Understanding_GPU_activity_and_checking_jobs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ These examples are based on the ROCm container provided to you at:
77

88
To 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

1414
The 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
```
1818
This 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

0 commit comments

Comments
 (0)