From 44bf7563132c6c0c77de2aaaddfcfcdfb81257a6 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 30 Oct 2023 14:08:39 +0100 Subject: [PATCH] Update resource-accounting.md --- docs.it4i/general/resource-accounting.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs.it4i/general/resource-accounting.md b/docs.it4i/general/resource-accounting.md index b47fc2d67..7c327a8c3 100644 --- a/docs.it4i/general/resource-accounting.md +++ b/docs.it4i/general/resource-accounting.md @@ -20,22 +20,22 @@ The same rule applies for unspent [reservations][10a]. | Resources | NH Consumed | | ------------------------ | ---------------------------- | -| Barbora *\, Karolina CPU | allocated nodes *\ time | -| Karolina GPU | allocated gpus *\ time / 8 | -| Karolina FAT | allocated cpus *\ time / 768 | -| Karolina VIZ | allocated cpus *\ time / 64 | +| Barbora \*, Karolina CPU | allocated nodes \* time | +| Karolina GPU | allocated gpus \* time / 8 | +| Karolina FAT | allocated cpus \* time / 768 | +| Karolina VIZ | allocated cpus \* time / 64 | -*\: all types of nodes<br> +\*: all types of nodes<br> time: duration of the Slurm job in hours !!! important "CPU/GPU resources granularity" Minimal granularity of all Barbora's partitions and Karolina's CPU partition is 1 node. This means that if you request, for example, 32 cores on Karolina's CPU partition, - your job will still consume 1 NH *\ time. + your job will still consume 1 NH \* time. All other Karolina's partitions (GPU, FAT, VIZ) provide partial node allocation; - i.e.: if you request 4 GPUs on Karolina, you will consume only 0.5 NH *\ time. + i.e.: if you request 4 GPUs on Karolina, you will consume only 0.5 NH \* time. [1a]: job-submission-and-execution.md [2a]: #normalized-core-hours-nch -- GitLab