From 5ec19e3abb25ffa47f09f9123057b31a50108ff9 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Sun, 27 Oct 2019 13:28:00 +0100 Subject: [PATCH] Binac SMP / Long / Short Queue Additions --- conf/binac.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/binac.config b/conf/binac.config index 9447ca4..8047bd0 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -13,6 +13,7 @@ process { beforeScript = 'module load devel/singularity/3.0.3' executor = 'pbs' queue = 'short' + process.queue = { task.memory > 128.GB ? 'smp': task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'} } params {