Skip to content

Commit

Permalink
Update config/vsc_hortense.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <[email protected]>
  • Loading branch information
laraPPr and smoors authored Dec 16, 2024
1 parent c9894b8 commit d184fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def command(self, job):
'descr': 'GPU nodes (A100 40GB)',
'max_jobs': 20,
'launcher': launcher,
'modules': [mpi_module % 'gpu_rome_a100_40'],
'modules': [mpi_module.format('gpu_rome_a100_40')],
'features': [
FEATURES[GPU],
] + list(SCALES.keys()),
Expand Down

0 comments on commit d184fe2

Please sign in to comment.