From a75b9ed22cc94d908b170ac9cfd7e2469dbc9e6a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 23 Feb 2022 08:19:25 +0100 Subject: [PATCH] Update resource_accounting.md --- snippets/resource_accounting.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/snippets/resource_accounting.md b/snippets/resource_accounting.md index fde6972dd..2cc7f3bf3 100644 --- a/snippets/resource_accounting.md +++ b/snippets/resource_accounting.md @@ -1,6 +1,6 @@ ## Resource Accounting Policy -Starting with the 24<sup>th</sup> open access grant competition, the accounting policy has been changed from [normalized core hours (NCH)][2a] to **node hours**. This means that it is now required to apply for node hours of the specific cluster and node type: +Starting with the 24<sup>th</sup> open access grant competition, the accounting policy has been changed from [normalized core hours (NCH)][2a] to **node-hours**. This means that it is now required to apply for node hours of the specific cluster and node type: 1. [Barbora CPU][3a] 1. [Barbora GPU][4a] @@ -13,6 +13,18 @@ Starting with the 24<sup>th</sup> open access grant competition, the accounting The accounting runs whenever the nodes are allocated via the PBS Pro workload manager (the qsub command), regardless of whether the nodes are actually used for any calculation. +### Conversion Table + +| Resources | Conversion for 1 node-hour | +| ------------ | ----------------------- | +| Barbora CPU | 36 core-hours | +| Barbora GPU | 4 GPU core-hours | +| Barbora FAT | 128 core-hours | +| DGX-2 | 16 GPU core-hours | +| Karolina CPU | 128 core-hours | +| Karolina GPU | 8 GPU core-hours | +| Karolina FAT | 768 core-hours | + ## Original Resource Accounting Policy The original policy, as stated below, is still applied to projects from previous grant competitions. -- GitLab