Skip to content

Commit

Permalink
Merge pull request #797 from nfancy/master
Browse files Browse the repository at this point in the history
Imperial profile update
  • Loading branch information
nfancy authored Nov 14, 2024
2 parents a31dd99 + c4ec10f commit 1cca124
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions conf/imperial.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand All @@ -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 = { 12.h * task.attempt }
time = { 4.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 = { 4.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 = { 4.h * task.attempt }
}
withLabel: with_gpus {
time = 24.h
Expand All @@ -94,9 +94,9 @@ profiles {

executor {
'$pbspro' {
queueSize = 49
queueSize = 45
submitRateLimit = '10 sec'
maxForks = 49
maxForks = 45
}

'$local' {
Expand Down

0 comments on commit 1cca124

Please sign in to comment.