From 4c792bbbe35847aabf559b8caf13d203c04de641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Tue, 12 Sep 2023 11:31:23 +0200 Subject: [PATCH] Remove Vnode Allocation III --- docs.it4i/general/resources-allocation-policy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.it4i/general/resources-allocation-policy.md b/docs.it4i/general/resources-allocation-policy.md index ce66684b5..be2334f9f 100644 --- a/docs.it4i/general/resources-allocation-policy.md +++ b/docs.it4i/general/resources-allocation-policy.md @@ -21,7 +21,7 @@ Computational resources are subject to [accounting policy][7]. | <div style="width:86px">Queue</div>| Description | | -------------------------------- | ----------- | | `qcpu` | Production queue for non-accelerated nodes intended for standard production runs. Requires an active project with nonzero remaining resources. Full nodes are allocated. Identical to `qprod`. | -| `qgpu` | Dedicated queue for accessing the NVIDIA accelerated nodes. Requires an active project with nonzero remaining resources. It utilizes 8x NVIDIA A100 with 320GB HBM2 memory per node. The PI needs to explicitly ask support for authorization to enter the queue for all users associated with their project. **On Karolina, you can allocate 1/8 of the node - 1 GPU and 16 cores**. For more information, see [Allocation of vnodes on qgpu][4]. | +| `qgpu` | Dedicated queue for accessing the NVIDIA accelerated nodes. Requires an active project with nonzero remaining resources. It utilizes 8x NVIDIA A100 with 320GB HBM2 memory per node. The PI needs to explicitly ask support for authorization to enter the queue for all users associated with their project. **On Karolina, you can allocate 1/8 of the node - 1 GPU and 16 cores**. For more information, see [Karolina qgpu allocation][4]. | | `qcpu_biz`<br>`qgpu_biz` | Commercial queues, slightly higher priority. | | `qcpu_eurohpc`<br>`qgpu_eurohpc` | EuroHPC queues, slightly higher priority, **Karolina only**. | | `qcpu_exp`<br>`qgpu_exp` | Express queues for testing and running very small jobs. There are 2 nodes always reserved (w/o accelerators), max 8 nodes available per user. The nodes may be allocated on a per core basis. It is configured to run one job and accept five jobs in a queue per user. | @@ -93,6 +93,7 @@ Options: [1]: job-priority.md [2]: #resource-accounting-policy [3]: job-submission-and-execution.md +[4]: karolina-slurm/#using-gpu-queues [5]: ./karolina-queues.md [6]: ./barbora-queues.md [7]: ./resource-accounting.md -- GitLab