From befd6ecf68a5d5268125226c58fb3b4826dea8f6 Mon Sep 17 00:00:00 2001 From: Ira Cooke Date: Mon, 23 Sep 2024 15:55:38 +1000 Subject: [PATCH] Make scratch true the default for setonix --- conf/setonix.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/setonix.config b/conf/setonix.config index 1393768..d42362a 100644 --- a/conf/setonix.config +++ b/conf/setonix.config @@ -6,6 +6,7 @@ params { process { cache = 'lenient' stageInMode = 'symlink' + scratch = true executor = 'slurm' clusterOptions = "--account=${params.slurm_account}"