From 398aef0b5ee0e8459f77807eb1fde6276d3124c1 Mon Sep 17 00:00:00 2001 From: Roman Sliva <roman.sliva@vsb.cz> Date: Thu, 8 Dec 2022 15:12:44 +0100 Subject: [PATCH] Update job-scheduling.md --- docs.it4i/cs/job-scheduling.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index a2b40e36e..a17a3c33c 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -4,6 +4,8 @@ [Slurm][1] workload manager is used to allocate and access Complementary systems resources. +## Getting Partition Information + Display partitions/queues ```console @@ -17,6 +19,8 @@ p04-edge up 1-00:00:00 0/1/0/1 p04-edge01 p05-synt up 1-00:00:00 0/1/0/1 p05-synt01 ``` +## Getting Job Information + Show jobs ```console -- GitLab