From 50b3c85eaf9bee806d81718e106d9d2a82b5b4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 26 Jan 2017 14:42:23 +0100 Subject: [PATCH] Typo --- docs.it4i/anselm-cluster-documentation/job-priority.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/job-priority.md b/docs.it4i/anselm-cluster-documentation/job-priority.md index b0724da7c..1da7e6e95 100644 --- a/docs.it4i/anselm-cluster-documentation/job-priority.md +++ b/docs.it4i/anselm-cluster-documentation/job-priority.md @@ -29,8 +29,8 @@ Fair-share priority is calculated as  where MAX_FAIRSHARE has value 1E6, -usage_Project_ is cumulated usage by all members of selected project, -usage_Total_ is total usage by all users, by all projects. +usage<sub>Project</sub> is cumulated usage by all members of selected project, +usage<sub>Total</sub> is total usage by all users, by all projects. Usage counts allocated core-hours (`ncpus x walltime`). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week). Jobs queued in queue qexp are not calculated to project's usage. @@ -40,7 +40,7 @@ Jobs queued in queue qexp are not calculated to project's usage. Calculated fair-share priority can be also seen as Resource_List.fairshare attribute of a job. -\###Eligible time +### Eligible time Eligible time is amount (in seconds) of eligible time job accrued while waiting to run. Jobs with higher eligible time gains higher priority. -- GitLab