From 279f5704432bceccd84008035e6a23f15b1289fc Mon Sep 17 00:00:00 2001 From: caubet_m Date: Fri, 28 Jun 2019 16:31:29 +0200 Subject: [PATCH] Updated slurm config numbers --- .../merlin6/merlin6-slurm/slurm-configuration.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/merlin6/merlin6-slurm/slurm-configuration.md b/pages/merlin6/merlin6-slurm/slurm-configuration.md index b4e15e5..6933e15 100644 --- a/pages/merlin6/merlin6-slurm/slurm-configuration.md +++ b/pages/merlin6/merlin6-slurm/slurm-configuration.md @@ -73,11 +73,12 @@ longer jobs, hence in general terms would be scheduled before (however, other fa #### Merlin6 User limits -By default, users can not use more than 528 cores at the same time (Max CPU per user). This limit applies for the **general** and **daily** partitions. For the **hourly** partition, there is no restriction. -These limits are softed for the **daily** partition during non working hours and during the weekend as follows: +By default, users can not use more than 704 cores at the same time (Max CPU per user). This is equivalent to 8 exclusive nodes. +This limit applies to the **general** and **daily** partitions. For the **hourly** partition, there is no restriction and user limits are removed. +Limits are softed for the **daily** partition during non working hours and during the weekend as follows: -| Partition | Mon-Fri 08h-18h | Sun-Thu 18h-0h | From Fri 18h to Sun 8h | From Sun 8h to Mon 18h | -|:----------- | --------------- | -------------- | ----------------------- | ---------------------- | -| **general** | 528 | 528 | 528 | 528 | -| **daily** | 528 | 792 | Unlimited | 792 | -| **hourly** | Unlimited | Unlimited | Unlimited | Unlimited | +| Partition | Mon-Fri 08h-18h | Sun-Thu 18h-0h | From Fri 18h to Sun 8h | From Sun 8h to Mon 18h | +|:----------- | ---------------- | -------------- | ----------------------- | ---------------------- | +| **general** | 704 (user limit) | 704 | 704 | 704 | +| **daily** | 704 (user limit) | 1408 | Unlimited | 1408 | +| **hourly** | Unlimited | Unlimited | Unlimited | Unlimited |