From b8f663ed58500bef1f3cb5e0ba746ba790bb2570 Mon Sep 17 00:00:00 2001 From: Roman Sliva <roman.sliva@vsb.cz> Date: Thu, 8 Dec 2022 14:56:11 +0100 Subject: [PATCH] Update job-scheduling.md --- docs.it4i/cs/job-scheduling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index 348a6cc52..26000fb7b 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -323,7 +323,7 @@ $ salloc -A PROJECT-ID -p p03-amd --gres fpga:1 ### Find Out Allocated Resources -Information about allocated resources is available in Slurm job details, attributes JOB_GRES and GRERS. +Information about allocated resources is available in Slurm job details, attributes JOB_GRES and GRES. ``` $ scontrol -d show job $SLURM_JOBID |grep GRES= -- GitLab