From 3d0e51d1f5cd4d1f031f6cf92c92a1a0f76634c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 21 Jan 2020 08:49:21 +0100
Subject: [PATCH] Normalization factors

---
 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 bd479a632..eab9e63aa 100644
--- a/snippets/resource_accounting.md
+++ b/snippets/resource_accounting.md
@@ -17,10 +17,12 @@ $$
 
 All jobs are accounted in normalized core-hours, using factor F valid at the time of the execution:
 
-| System                          | F   | Validity |
-| ------------------------------- | -   | -------- |
-| Salomon                         | 1.00 |  2017-09-11 to 2020-12-31 |
-| Anselm                          | 0.65 |  2017-09-11 to 2020-12-31 |
+| 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 |
 
 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