From 7ce3db0f3ed2650a0bbebaddf3996ac8f06b73ea Mon Sep 17 00:00:00 2001
From: Branislav Jansik <branislav.jansik@vsb.cz>
Date: Tue, 14 Apr 2020 15:55:02 +0200
Subject: [PATCH] Update normalization factors in resource_accounting.md

---
 snippets/resource_accounting.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/snippets/resource_accounting.md b/snippets/resource_accounting.md
index eab9e63aa..ab1a40a14 100644
--- a/snippets/resource_accounting.md
+++ b/snippets/resource_accounting.md
@@ -19,10 +19,12 @@ All jobs are accounted in normalized core-hours, using factor F valid at the tim
 
 | System        | F    | Validity                  |
 | --------------| ---: | --------                  |
-| Barbora       | 1.40 |  2020-02-01 to 2020-12-31 |
-| DGX-2         | 8.00 |  2020-02-01 to 2020-12-31 |
-| Salomon       | 1.00 |  2017-09-11 to 2020-12-31 |
-| Anselm        | 0.65 |  2017-09-11 to 2020-12-31 |
+| Anselm        | 0.65 |  2017-09-11 to 2021-03-31 |
+| Barbora CPU   | 1.40 |  2020-02-01 to 2021-03-31 |
+| Barbora GPU   | 4.50 |  2020-04-01 to 2021-03-31 |
+| DGX-2         |11.00 |  2020-04-01 to 2021-03-31 |
+| Salomon       | 1.00 |  2017-09-11 to 2021-03-31 |
+
 
 The accounting runs whenever the computational cores are allocated via the PBS Pro workload manager (the qsub command), regardless of whether
 the cores are actually used for any calculation.
-- 
GitLab