From 381c60e7b76e5c3c53d5cc64c21e1ed57c671d8d Mon Sep 17 00:00:00 2001 From: phue Date: Thu, 5 Dec 2019 16:06:32 +0100 Subject: [PATCH] cbe: load singularity/3.4.1 --- conf/cbe.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cbe.config b/conf/cbe.config index 3332b1e..ea24e5b 100755 --- a/conf/cbe.config +++ b/conf/cbe.config @@ -7,7 +7,7 @@ params { process { executor = 'slurm' - module = 'singularity/3.2.1' + module = 'singularity/3.4.1' queue = { task.memory <= 170.GB ? 'c' : 'm' } clusterOptions = { task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' } }