From d59d099fe815eb4826b8da9d5aadae4c63fc5a7c Mon Sep 17 00:00:00 2001 From: ggabernet Date: Thu, 1 Jul 2021 10:52:54 +0200 Subject: [PATCH] remove load module in cfc configs --- conf/cfc.config | 1 - conf/cfc_dev.config | 1 - 2 files changed, 2 deletions(-) diff --git a/conf/cfc.config b/conf/cfc.config index 15d4a47..1948e14 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -12,7 +12,6 @@ singularity { process { executor = 'slurm' - beforeScript = 'module load devel/singularity/3.4.2' queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } scratch = 'true' } diff --git a/conf/cfc_dev.config b/conf/cfc_dev.config index 6190314..1d61baf 100644 --- a/conf/cfc_dev.config +++ b/conf/cfc_dev.config @@ -10,7 +10,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'