Skip to content

Commit

Permalink
change comment for slurm -wdir option
Browse files Browse the repository at this point in the history
Co-authored-by: Aidan Heerdegen <[email protected]>
  • Loading branch information
jo-basevi and aidanheerdegen authored Aug 2, 2023
1 parent 279fedb commit f044039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')

Expand Down

0 comments on commit f044039

Please sign in to comment.