From e97daa1c2df20fb0197c39445433dcd4e02a82a4 Mon Sep 17 00:00:00 2001 From: Neil Douglas Date: Thu, 28 Mar 2024 08:50:20 +0000 Subject: [PATCH] add in details of weeklimits partition limits --- docs/source/assets/data/partition_table.csv | 4 ++-- docs/source/using_viking/resource_partitions.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/assets/data/partition_table.csv b/docs/source/assets/data/partition_table.csv index b7e241e..79f80ae 100644 --- a/docs/source/assets/data/partition_table.csv +++ b/docs/source/assets/data/partition_table.csv @@ -1,7 +1,7 @@ Partition |br| Name,Max Job |br| Time,Max Jobs |br| per User,Max Cores |br| Running |br| per User,Max Running |br| Memory |br| Per User,Default |br| Coes |br| Per Job,Default |br| Memory |br| Per Core,Number |br| of Nodes nodes,48 hrs,No Limit,960,5T,1,5.2G,116 -week,7 days,No Limit,,,1,5.2G,11 -month,30 days,No Limit,,,1,5.2G,2 +week,7 days,No Limit,576,3T,1,5.2G,12 +month,30 days,No Limit,192,1T,1,5.2G,2 test,30 mins,2,8,16G,1,5.2G,116 preempt,30 days,No Limit,,,1,5.2G,116 gpu,3 days,No Limit,,,1,5.2G,16 diff --git a/docs/source/using_viking/resource_partitions.rst b/docs/source/using_viking/resource_partitions.rst index 6e6fa60..c907ddb 100644 --- a/docs/source/using_viking/resource_partitions.rst +++ b/docs/source/using_viking/resource_partitions.rst @@ -33,10 +33,10 @@ nodes Maximum limit of 960 cores. week - Partition for jobs that need to run for longer than the 48h max time allowed by the nodes partition, but for less than a week. The max running cores and max running memory limits are practical limits, due to the resources available on the nodes. + Partition for jobs that need to run for longer than the 48h max time allowed by the nodes partition, but for less than a week. There are 12 nodes in this partition and each user is limited to using a maximum of six node's CPU and memory (576 cores and 3T of RAM). month - Partition for jobs that need to run for longer than the 7 day max time allowed by the week partition, but for less than 30 days. The max running cores and max running memory limits are practical limits, due to the resources available on the nodes. + Partition for jobs that need to run for longer than the 7 day max time allowed by the week partition, but for less than 30 days. The max running cores and max running memory limits are practical limits, due to the resources available on the two nodes. test For testing jobs to ensure they run as expected.