From 1614fc42d199fa5fb2885603b9c9cea6eab4934a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz> Date: Fri, 20 Jan 2017 10:42:22 +0100 Subject: [PATCH] Table formating --- docs.it4i/salomon/resources-allocation-policy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.it4i/salomon/resources-allocation-policy.md b/docs.it4i/salomon/resources-allocation-policy.md index be6679d15..b2319e624 100644 --- a/docs.it4i/salomon/resources-allocation-policy.md +++ b/docs.it4i/salomon/resources-allocation-policy.md @@ -5,10 +5,10 @@ Resources Allocation Policy --------------------------- The resources are allocated to the job in a fairshare fashion, subject to constraints set by the queue and resources available to the Project. The Fairshare at Anselm ensures that individual users may consume approximately equal amount of resources per week. Detailed information in the [Job scheduling](job-priority/) section. The resources are accessible via several queues for queueing the jobs. The queues provide prioritized and exclusive access to the computational resources. Following table provides the queue partitioning overview: - |queue |active project |project resources |nodes|min ncpus*|priority|authorization|walltime | - | --- | --- | - |**qexe** Express queue|no |none required |32 nodes, max 8 per user |24 |>150 |no |1 / 1h | - |**qprod** Production queue|yes |> 0 |>1006 nodes, max 86 per job |24 |0 |no |24 / 48h | + |queue |active project |project resources |nodes|min ncpus |priority|authorization|walltime | + | --- | --- |--- |--- |--- |--- |--- |--- | + |**qexe** Express queue|no |none required |32 nodes, max 8 per user |24 |150 |no |1 / 1h | + |**qprod** Production queue|yes |> 0 |1006 nodes, max 86 per job |24 |0 |no |24 / 48h | |**qlong** Long queue |yes |> 0 |256 nodes, max 40 per job, only non-accelerated nodes allowed |24 |0 |no |72 / 144h | |**qmpp** Massive parallel queue |yes |> 0 |1006 nodes |24 |0 |yes |2 / 4h | |**qfat** UV2000 queue |yes |> 0 |1 (uv1) |8 |0 |yes |24 / 48h | -- GitLab