From da31da1acc5cdca8f7280755a87c613eecc3d4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Wed, 13 Sep 2023 10:13:33 +0200 Subject: [PATCH] resource_allocation_and_job_execution I --- docs.it4i/general/resource_allocation_and_job_execution.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/general/resource_allocation_and_job_execution.md b/docs.it4i/general/resource_allocation_and_job_execution.md index 67cc795a3..bc0191770 100644 --- a/docs.it4i/general/resource_allocation_and_job_execution.md +++ b/docs.it4i/general/resource_allocation_and_job_execution.md @@ -1,10 +1,10 @@ # Resource Allocation and Job Execution -!!! important "Karolina migrating to Slurm" - Starting September 20., we are migrating the Karolina's workload manager **from PBS to Slurm**. +!!! important "All clusters migrated to Slurm" + We migrated workload managers of all clusters (including Barbora and Karolina) **from PBS to Slurm**! For more information on how to submit jobs in Slurm, see the [Slurm Job Submission and Execution][7] section. -To run a [job][1], computational resources for this particular job must be allocated. This is done via the [PBS Pro][b] job workload manager software, which distributes workloads across the supercomputer. Extensive information about PBS Pro can be found in the [PBS Pro User's Guide][2]. +To run a [job][1], computational resources for this particular job must be allocated. This is done via the [Slurm][b] job workload manager software, which distributes workloads across the supercomputer. Extensive information about Slurm can be found in the [Slurm User's Guide][2]. ## Resource Allocation Policy -- GitLab