Skip to content

Commit

Permalink
Merge branch 'async' of github.com:C2SM/processing-chain into async
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Dec 15, 2023
2 parents e3962f7 + 6339353 commit ae51039
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jobs/prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ def main(cfg):
f'#SBATCH --account={cfg.compute_account}',
f'#SBATCH --time=00:10:00',
f'#SBATCH --partition={cfg.compute_queue}',
'#SBATCH --constraint=gpu', '#SBATCH --nodes=1',
f'#SBATCH --output={logfile}',
'#SBATCH --open-mode=append',
f'#SBATCH --chdir={cfg.icon_work}',''
'#SBATCH --constraint=gpu', '#SBATCH --nodes=1',
f'#SBATCH --output={logfile}', '#SBATCH --open-mode=append',
f'#SBATCH --chdir={cfg.icon_work}', ''
]
for target, destination in zip(cfg.input_files.values(),
cfg.input_files_scratch.values()):
Expand Down

0 comments on commit ae51039

Please sign in to comment.