From 52842de88b0d64e2bdbfdf61a833b975879c2546 Mon Sep 17 00:00:00 2001 From: mseybold Date: Fri, 6 Mar 2020 10:46:37 +0100 Subject: [PATCH] Update cfc.config test failed, so added the the default queue --- conf/cfc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cfc.config b/conf/cfc.config index 99917ba..d1a109a 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -13,7 +13,7 @@ singularity { process { beforeScript = 'module load devel/singularity/3.4.2' executor = 'slurm' - queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' } + queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } } weblog{