From d479926c7f5214fc5d60f1d579f592ef52504c87 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 9 Sep 2021 13:33:56 +0200 Subject: [PATCH] Update mpcdf.config --- conf/mpcdf.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/mpcdf.config b/conf/mpcdf.config index c6c3c9c..3027d63 100644 --- a/conf/mpcdf.config +++ b/conf/mpcdf.config @@ -6,7 +6,10 @@ params { profiles { + cobra { + + cleanup = true process { beforeScript = 'module load singularity' @@ -31,8 +34,11 @@ profiles { max_time = 24.h } } + raven { + cleanup = true + process { beforeScript = 'module load singularity' executor = 'slurm' @@ -56,6 +62,7 @@ profiles { max_time = 24.h } } + debug { cleanup = false }