From bc9ecf50acc8f8ca1b8a9e92229f0666223ec2f5 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Mon, 11 Nov 2019 13:56:17 +0100 Subject: [PATCH] Update binac.config Upgrade to 3.4.2 --- conf/binac.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/binac.config b/conf/binac.config index d3c9a3c..e34f615 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -10,7 +10,7 @@ singularity { } process { - beforeScript = 'module load devel/singularity/3.0.3' + beforeScript = 'module load devel/singularity/3.4.2' executor = 'pbs' queue = 'short' process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}