From 3f413c7cf993039a4e55d84a2d4310e0261ff4dd Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 26 Sep 2023 10:24:50 +0200 Subject: [PATCH] updated priorities --- docs.it4i/general/karolina-queues.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/docs.it4i/general/karolina-queues.md b/docs.it4i/general/karolina-queues.md index 421fc8325..5dea363ef 100644 --- a/docs.it4i/general/karolina-queues.md +++ b/docs.it4i/general/karolina-queues.md @@ -7,19 +7,17 @@ Below is the list of queues available on the Karolina cluster: | Queue | Active project | Project resources | Nodes | Min ncpus | Priority | Authorization | Walltime (default/max) | | ---------------- | -------------- | -------------------- | ------------------------------------------------------------- | --------- | -------- | ------------- | ----------------------- | -| **qcpu** | yes | > 0 | 756 nodes | 128 | 0 | no | 24 / 48h | -| **qcpu_biz** | yes | > 0 | 756 nodes | 128 | 0 | no | 24 / 48h | -| **qcpu_eurohpc** | yes | > 0 | 756 nodes | 128 | 0 | no | 24 / 48h | -| **qcpu_exp** | yes | none required | 756 nodes<br>max 2 nodes per user | 128 | 150 | no | 1 / 1h | -| **qcpu_free** | yes | < 150% of allocation | 756 nodes<br>max 4 nodes per job | 128 | -100 | no | 12 / 18h | -| **qcpu_long** | yes | > 0 | 200 nodes<br>max 20 nodes per job, only non-accelerated nodes allowed | 128 | 0 | no | 72 / 144h | -| **qcpu_preempt** | yes | > 0 | 756 nodes<br>max 4 nodes per job | 128 | -200 | no | 12 / 12h | -| **qgpu** | yes | > 0 | 72 nodes | 16 cpus<br>1 gpu | 0 | yes | 24 / 48h | -| **qgpu_biz** | yes | > 0 | 70 nodes | 128 | 0 | yes | 24 / 48h | -| **qgpu_eurohpc** | yes | > 0 | 70 nodes | 128 | 0 | yes | 24 / 48h | -| **qgpu_exp** | yes | none required | 4 nodes<br>max 1 node per job | 16 cpus<br>1 gpu| 150| no | 1 / 1h | -| **qgpu_free** | yes | < 150% of allocation | 46 nodes<br>max 2 nodes per job | 16 cpus<br>1 gpu|-100| no | 12 / 18h | -| **qgpu_preempt** | yes | > 0 | 72 nodes<br>max 2 nodes per job | 16 cpus<br>1 gpu|-200| no | 12 / 12h | -| **qviz** | yes | none required | 2 nodes (with NVIDIA® Quadro RTX™ 6000) | 8 | 0 | no | 1 / 8h | -| **qfat** | yes | > 0 | 1 (sdf1) | 24 | 0 | yes | 24 / 48h | +| **qcpu** | yes | > 0 | 756 nodes | 128 | 2 | no | 24 / 48h | +| **qcpu_biz** | yes | > 0 | 756 nodes | 128 | 3 | no | 24 / 48h | +| **qcpu_exp** | yes | none required | 756 nodes<br>max 2 nodes per user | 128 | 4 | no | 1 / 1h | +| **qcpu_free** | yes | < 150% of allocation | 756 nodes<br>max 4 nodes per job | 128 | 1 | no | 12 / 18h | +| **qcpu_long** | yes | > 0 | 200 nodes<br>max 20 nodes per job, only non-accelerated nodes allowed | 128 | 2 | no | 72 / 144h | +| **qcpu_preempt** | yes | > 0 | 756 nodes<br>max 4 nodes per job | 128 | 0 | no | 12 / 12h | +| **qgpu** | yes | > 0 | 72 nodes | 16 cpus<br>1 gpu | 2 | yes | 24 / 48h | +| **qgpu_biz** | yes | > 0 | 70 nodes | 128 | 3 | yes | 24 / 48h | +| **qgpu_exp** | yes | none required | 4 nodes<br>max 1 node per job | 16 cpus<br>1 gpu| 4| no | 1 / 1h | +| **qgpu_free** | yes | < 150% of allocation | 46 nodes<br>max 2 nodes per job | 16 cpus<br>1 gpu|1| no | 12 / 18h | +| **qgpu_preempt** | yes | > 0 | 72 nodes<br>max 2 nodes per job | 16 cpus<br>1 gpu|0| no | 12 / 12h | +| **qviz** | yes | none required | 2 nodes (with NVIDIA® Quadro RTX™ 6000) | 8 | 2 | no | 1 / 8h | +| **qfat** | yes | > 0 | 1 (sdf1) | 24 | 2 | yes | 24 / 48h | -- GitLab