From 777eb40736a62a0a204ebb1f716a3522170e74d0 Mon Sep 17 00:00:00 2001 From: philippbayer Date: Wed, 5 Jun 2024 10:10:35 +0800 Subject: [PATCH] Update Singularity version --- 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 00f546647..e6626a132 100644 --- a/conf/pawsey_setonix.config +++ b/conf/pawsey_setonix.config @@ -24,7 +24,7 @@ executor { process { executor = 'slurm' clusterOptions = "--account=${System.getenv('PAWSEY_PROJECT')}" - module = 'singularity/3.11.4-slurm' + module = 'singularity/4.1.0-slurm' cache = 'lenient' stageInMode = 'symlink' queue = { task.memory < 230.GB ? 'work' : (task.memory > 230.GB && task.memory <= 980.GB ? 'highmem' : '') }