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{