From ca1628664a7395168cd12cec092cebcb8df74d0a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 9 Jun 2020 09:30:04 +0200 Subject: [PATCH] Update resource_accounting.md changed headings structure --- 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 ab1a40a14..af230b2d5 100644 --- a/snippets/resource_accounting.md +++ b/snippets/resource_accounting.md @@ -1,12 +1,12 @@ -# Resource Accounting Policy +## Resource Accounting Policy -## Wall-Clock Core-Hours WCH +### Wall-Clock Core-Hours WCH The wall-clock core-hours (WCH) are the basic metric of computer utilization time. 1 wall-clock core-hour is defined as 1 processor core allocated for 1 hour of wall-clock time. Allocating a full node (16 cores Anselm, 24 cores Salomon) for 1 hour amounts to 16 wall-clock core-hours (Anselm) or 24 wall-clock core-hours (Salomon). -## Normalized Core-Hours NCH +### Normalized Core-Hours NCH The resources subject to accounting are the normalized core-hours (NCH). The normalized core-hours are obtained from WCH by applying a normalization factor: @@ -41,7 +41,7 @@ In future, the factors F will be updated, as new systems are installed. Factors See examples in the [Job submission and execution][1] section. -## Consumed Resources +### Consumed Resources Check how many core-hours have been consumed. The command it4ifree is available on cluster login nodes. -- GitLab