From 06115d04a4825cac0695301aa11195347376b8c8 Mon Sep 17 00:00:00 2001 From: Georgina Samaha Date: Sat, 14 Oct 2023 13:02:59 +0800 Subject: [PATCH] Fix setonix account env variable --- conf/pawsey_setonix.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pawsey_setonix.config b/conf/pawsey_setonix.config index 611c01b04..fe53fc96a 100644 --- a/conf/pawsey_setonix.config +++ b/conf/pawsey_setonix.config @@ -21,7 +21,7 @@ executor { // See: https://support.pawsey.org.au/documentation/pages/viewpage.action?pageId=121479736#RunningJobsonSetonix-Overview process { executor = 'slurm' - clusterOptions = "--account=${PAWSEY_PROJECT}" + clusterOptions = "--account=${System.getenv('PAWSEY_PROJECT')}" module = 'singularity/3.11.4-slurm' cache = 'lenient' stageInMode = 'symlink'