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 a0641a5 commit 2ed1e81
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 @@ -68,7 +68,7 @@ def command(self, job):
'descr': 'CPU nodes (AMD Rome, 256GiB RAM)',
'max_jobs': 20,
'launcher': launcher,
'modules': [mpi_module % 'cpu_rome'],
'modules': [mpi_module.format('cpu_rome')],
'resources': [
{
'name': 'memory',
Expand Down

0 comments on commit 2ed1e81

Please sign in to comment.