From 8096be86d682b98e92078d53bd5627655e0e8861 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Fri, 6 Aug 2021 09:34:21 +0200 Subject: [PATCH] added karolina to table, updated validity --- snippets/resource_accounting.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snippets/resource_accounting.md b/snippets/resource_accounting.md index 763ab0367..bc0cb5487 100644 --- a/snippets/resource_accounting.md +++ b/snippets/resource_accounting.md @@ -18,10 +18,11 @@ All jobs are accounted in normalized core-hours, using factor F valid at the tim | System | F | Validity | | --------------| ---: | -------- | -| Barbora CPU | 1.40 | 2020-02-01 to 2021-06-30 | -| Barbora GPU | 4.50 | 2020-04-01 to 2021-06-30 | -| DGX-2 | 5.50 | 2020-04-01 to 2021-06-30 | -| Salomon | 1.00 | 2017-09-11 to 2021-06-30 | +| Karolina | 1.00 | 2021-08-02 to 2021-09-06 | +| Barbora CPU | 1.40 | 2020-02-01 to 2021-09-06 | +| Barbora GPU | 4.50 | 2020-04-01 to 2021-09-06 | +| DGX-2 | 5.50 | 2020-04-01 to 2021-09-06 | +| Salomon | 1.00 | 2017-09-11 to 2021-09-06 | The accounting runs whenever the computational cores are allocated via the PBS Pro workload manager (the qsub command), regardless of whether -- GitLab