From 45f545c9afc6a0eb646519408c5a6757fe2bfb0a Mon Sep 17 00:00:00 2001 From: nfancy <50167573+nfancy@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:06:48 +0000 Subject: [PATCH 1/3] Update imperial.config --- conf/imperial.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/imperial.config b/conf/imperial.config index 134b354aa..80f78204e 100644 --- a/conf/imperial.config +++ b/conf/imperial.config @@ -27,7 +27,7 @@ profiles { // Update amount of max retries and set "retry" as the error strategy for all error codes errorStrategy = 'retry' - maxRetries = 5 + maxRetries = 2 maxErrors = '-1' @@ -52,25 +52,25 @@ profiles { withLabel: process_medium { cpus = { 8 * task.attempt } memory = { 64.GB * task.attempt } - time = { 12.h * task.attempt } + time = { 8.h * task.attempt } } withLabel: process_high { - cpus = { 12 * task.attempt } + cpus = { 8 * task.attempt } memory = { 120.GB * task.attempt } - time = { 12.h * task.attempt } + time = { 8.h * task.attempt } } withLabel: process_long { - cpus = 9 + cpus = 8 memory = 100.GB time = { 24.h * task.attempt } } withLabel: process_high_memory { - cpus = { 10 * task.attempt } + cpus = { 8 * task.attempt } memory = { 200.GB * task.attempt } - time = { 24.h * task.attempt } + time = { 8.h * task.attempt } } withLabel: with_gpus { time = 24.h @@ -94,9 +94,9 @@ profiles { executor { '$pbspro' { - queueSize = 49 + queueSize = 45 submitRateLimit = '10 sec' - maxForks = 49 + maxForks = 45 } '$local' { From 4d30142a2d62d275c11281458c2c41b017aed9b5 Mon Sep 17 00:00:00 2001 From: nfancy <50167573+nfancy@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:11:39 +0000 Subject: [PATCH 2/3] Update imperial.config --- conf/imperial.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/imperial.config b/conf/imperial.config index 80f78204e..77810eb42 100644 --- a/conf/imperial.config +++ b/conf/imperial.config @@ -46,31 +46,31 @@ profiles { withLabel: process_low { cpus = { 2 * task.attempt } memory = { 48.GB * task.attempt } - time = { 8.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_medium { cpus = { 8 * task.attempt } memory = { 64.GB * task.attempt } - time = { 8.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_high { cpus = { 8 * task.attempt } memory = { 120.GB * task.attempt } - time = { 8.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_long { cpus = 8 memory = 100.GB - time = { 24.h * task.attempt } + time = 24.h * task.attempt } withLabel: process_high_memory { cpus = { 8 * task.attempt } memory = { 200.GB * task.attempt } - time = { 8.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: with_gpus { time = 24.h From c4ec10f8247ab85a45057c8a7c127ee6d9929349 Mon Sep 17 00:00:00 2001 From: nfancy <50167573+nfancy@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:05:54 +0000 Subject: [PATCH 3/3] Update conf/imperial.config Co-authored-by: James A. Fellows Yates --- conf/imperial.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/imperial.config b/conf/imperial.config index 77810eb42..a311c48f2 100644 --- a/conf/imperial.config +++ b/conf/imperial.config @@ -64,7 +64,7 @@ profiles { withLabel: process_long { cpus = 8 memory = 100.GB - time = 24.h * task.attempt + time = { 24.h * task.attempt } } withLabel: process_high_memory {