Mini adjustment for `highmem` queue on denbi

olgabot-patch-2
Alexander Peltzer 5 years ago
parent 64ff62de2c
commit 4f77eae5cf
No known key found for this signature in database
GPG Key ID: A4A9322B50AF95A0

@ -11,7 +11,7 @@ singularity {
process {
executor = 'pbs'
queue = 'batch'
queue = { task.memory > 64.GB ? 'highmem': 'batch'}
}
params {

Loading…
Cancel
Save