From 24cc11a3a227b844478d23a377c099f4923d148e Mon Sep 17 00:00:00 2001 From: Estelle PW Date: Wed, 3 Jul 2024 10:36:44 +0200 Subject: [PATCH] Update config_plugin_dardel.yaml Added 2 extra lines to be able to use Apptainer containers on Dardel and write files inside. --- config/slurm/profile/config_plugin_dardel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/slurm/profile/config_plugin_dardel.yaml b/config/slurm/profile/config_plugin_dardel.yaml index 50504df..2841858 100644 --- a/config/slurm/profile/config_plugin_dardel.yaml +++ b/config/slurm/profile/config_plugin_dardel.yaml @@ -4,6 +4,8 @@ executor: slurm jobs: 100 printshellcmds: true software-deployment-method: apptainer +use-apptainer: True +apptainer-args: "-B $PWD" # slurm resources ## default-resources: applied to all jobs, overruled by resources defined below for jobs