From 9d3d654fe96b75f3537a549ec0b0738925869542 Mon Sep 17 00:00:00 2001 From: Karl Schmeckpeper Date: Wed, 19 Jan 2022 13:34:56 -0500 Subject: [PATCH] Added command to see reservations to readme --- slurm_intro/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/slurm_intro/README.md b/slurm_intro/README.md index 637e037..23e9d53 100644 --- a/slurm_intro/README.md +++ b/slurm_intro/README.md @@ -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.