From 705c2f878f7f74ef7168405771548f9a9825a2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Tue, 19 Sep 2023 12:48:05 +0200 Subject: [PATCH] Update resources-allocation-policy.md --- docs.it4i/general/resources-allocation-policy.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs.it4i/general/resources-allocation-policy.md b/docs.it4i/general/resources-allocation-policy.md index 2a736d97a..a04e12d2d 100644 --- a/docs.it4i/general/resources-allocation-policy.md +++ b/docs.it4i/general/resources-allocation-policy.md @@ -60,19 +60,19 @@ Jobs that exceed the reserved wall clock time (Req'd Time) get killed automatica !!! tip Check the status of jobs, queues and compute nodes [here][c]. - + Display the queue status: ```console -$ qstat -q +$ sinfo -s ``` -The PBS allocation overview may also be obtained using the `rspbs` command: +The Slurm allocation overview may also be obtained using the `rsslurm` command: ```console -$ rspbs -Usage: rspbs [options] +$ rsslurm +Usage: rsslurm [options] Options: --version show program's version number and exit @@ -92,7 +92,7 @@ Options: [1]: job-priority.md [2]: #resource-accounting-policy -[3]: job-submission-and-execution.md +[3]: slurm-job-submission-and-execution.md [4]: karolina-slurm.md [5]: ./karolina-queues.md [6]: ./barbora-queues.md -- GitLab