Skip to content

Commit

Permalink
Fix setonix account env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgina Samaha committed Oct 14, 2023
1 parent 7a4cbfd commit 06115d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pawsey_setonix.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 06115d0

Please sign in to comment.