Skip to content

Commit

Permalink
fix slurm entry
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed Apr 2, 2024
1 parent 922a66f commit b19e8ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl

-----------------------------

## [v1.0.0] - 2024-03-26
Expand Down
4 changes: 2 additions & 2 deletions GEOSldas_App/ldas_setup
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ class LDASsetup:
remap_tpl = os.path.dirname(os.path.realpath(__file__)) + '/remap_params.tpl'
config = yaml_to_config(remap_tpl)

config['slurm']['account'] = self.rqdRmInp['account']
config['slurm']['qos'] = 'debug'
config['slurm_pbs']['account'] = self.rqdRmInp['account']
config['slurm_pbs']['qos'] = 'debug'

config['input']['surface']['catch_tilefile'] = self.in_tilefile
config['input']['shared']['expid'] = self.rqdExeInp['RESTART_ID']
Expand Down

0 comments on commit b19e8ad

Please sign in to comment.