From f04403998c833e8870c8d768781aa6a962e9ffc0 Mon Sep 17 00:00:00 2001 From: jo-basevi <130877799+jo-basevi@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:56:40 +1000 Subject: [PATCH] change comment for slurm -wdir option Co-authored-by: Aidan Heerdegen --- payu/experiment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payu/experiment.py b/payu/experiment.py index 5bc4a14d..a8bd6e00 100644 --- a/payu/experiment.py +++ b/payu/experiment.py @@ -527,7 +527,7 @@ def run(self, *user_flags): wdir_arg = '-wdir' if self.config.get('scheduler') == 'slurm': - # Slurm's launcher controls the working directory + # Option to set the working directory differs in slurm wdir_arg = '--chdir' model_prog.append(f'{wdir_arg} {model.work_path}')