From f196de824618747e243565f15559f43d4b414cef Mon Sep 17 00:00:00 2001 From: mseybold Date: Thu, 10 Jun 2021 12:34:58 +0200 Subject: [PATCH] Update cfc.config singularity is now installed natively on the nodes, so no more need for a module here --- conf/cfc.config | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/cfc.config b/conf/cfc.config index ffe0395..1948e14 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -11,7 +11,6 @@ singularity { } process { - beforeScript = 'module load devel/singularity/3.4.2' executor = 'slurm' queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } scratch = 'true'