File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ### Fixed
13+
14+ - changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl
15+
1216-----------------------------
1317
1418## [ v1.0.0] - 2024-03-26
Original file line number Diff line number Diff line change @@ -859,8 +859,8 @@ class LDASsetup:
859859 remap_tpl = os .path .dirname (os .path .realpath (__file__ )) + '/remap_params.tpl'
860860 config = yaml_to_config (remap_tpl )
861861
862- config ['slurm ' ]['account' ] = self .rqdRmInp ['account' ]
863- config ['slurm ' ]['qos' ] = 'debug'
862+ config ['slurm_pbs ' ]['account' ] = self .rqdRmInp ['account' ]
863+ config ['slurm_pbs ' ]['qos' ] = 'debug'
864864
865865 config ['input' ]['surface' ]['catch_tilefile' ] = self .in_tilefile
866866 config ['input' ]['shared' ]['expid' ] = self .rqdExeInp ['RESTART_ID' ]
You can’t perform that action at this time.
0 commit comments