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 5cc90d2 commit c9894b8
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 @@ -118,7 +118,7 @@ def command(self, job):
'descr': 'CPU nodes (AMD Milan, 256GiB RAM)',
'max_jobs': 20,
'launcher': launcher,
'modules': [mpi_module % 'cpu_milan'],
'modules': [mpi_module.format('cpu_milan')],
'resources': [
{
'name': 'memory',
Expand Down

0 comments on commit c9894b8

Please sign in to comment.