From fe8361bcddb253a01c96e61c7d2330731cf8f9cd Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 30 Oct 2023 14:11:21 +0100
Subject: [PATCH] Update resource-accounting.md

---
 docs.it4i/general/resource-accounting.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs.it4i/general/resource-accounting.md b/docs.it4i/general/resource-accounting.md
index 7c327a8c3..079e7eef8 100644
--- a/docs.it4i/general/resource-accounting.md
+++ b/docs.it4i/general/resource-accounting.md
@@ -18,14 +18,13 @@ The same rule applies for unspent [reservations][10a].
 
 ## Resource Accounting Formula
 
-| Resources                | NH Consumed                  |
-| ------------------------ | ---------------------------- |
-| Barbora \*, Karolina CPU | allocated nodes \* time      |
-| Karolina GPU             | allocated gpus \* time / 8   |
-| Karolina FAT             | allocated cpus \* time / 768 |
-| Karolina VIZ             | allocated cpus \* time / 64  |
-
-\*: all types of nodes<br>
+| Resources                       | NH Consumed                  |
+| ------------------------------- | ---------------------------- |
+| Barbora All types, Karolina CPU | allocated nodes \* time      |
+| Karolina GPU                    | allocated gpus \* time / 8   |
+| Karolina FAT                    | allocated cpus \* time / 768 |
+| Karolina VIZ                    | allocated cpus \* time / 64  |
+
 time: duration of the Slurm job in hours
 
 !!! important "CPU/GPU resources granularity"
-- 
GitLab