From ab3dedc00457c8fac0fd3bcee32bd32112b53eb8 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Fri, 16 Apr 2021 11:38:57 +0200 Subject: [PATCH] updated validity date --- snippets/resource_accounting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/resource_accounting.md b/snippets/resource_accounting.md index 1e5c52a0c..110e899e9 100644 --- a/snippets/resource_accounting.md +++ b/snippets/resource_accounting.md @@ -18,10 +18,10 @@ 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-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 | +| Barbora CPU | 1.40 | 2020-02-01 to 2021-06-30 | +| Barbora GPU | 4.50 | 2020-04-01 to 2021-06-30 | +| DGX-2 |11.00 | 2020-04-01 to 2021-06-30 | +| Salomon | 1.00 | 2017-09-11 to 2021-06-30 | The accounting runs whenever the computational cores are allocated via the PBS Pro workload manager (the qsub command), regardless of whether -- GitLab