Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions slurm_intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,11 @@ NodeName=node-2080ti-3 Arch=x86_64 CoresPerSocket=20
```
For this node, the second line shows the allocated vs total cpus. The total number and type of gpus is shown under `Gres`. The number of allocated gpus is shown under `AllocTRES`.


# Reservations

If you want to see what reservations are currently using gpus, you can check with
```
scontrol show reservation
```
This will display a list of the reservations, which gpus they include, and which users own them.