Skip to content

Commit

Permalink
fix typo in partition names in configuration file for VSC Hortense
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Feb 1, 2024
1 parent 8442083 commit e3272d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def command(self, job):
'name': 'gpu_rome_a100_40gb',
'scheduler': 'slurm',
'prepare_cmds': ['source %s' % common_eessi_init()],
'access': hortense_access + ['--partition=cpu_rome_a100_40'],
'access': hortense_access + ['--partition=gpu_rome_a100_40'],
'environs': ['default'],
'descr': 'GPU nodes (A100 40GB)',
'max_jobs': 20,
Expand Down Expand Up @@ -154,7 +154,7 @@ def command(self, job):
'name': 'gpu_rome_a100_80gb',
'scheduler': 'slurm',
'prepare_cmds': ['source %s' % common_eessi_init()],
'access': hortense_access + ['--partition=cpu_rome_a100_80'],
'access': hortense_access + ['--partition=gpu_rome_a100_80'],
'environs': ['default'],
'descr': 'GPU nodes (A100 80GB)',
'max_jobs': 20,
Expand Down

0 comments on commit e3272d4

Please sign in to comment.