Skip to content

Commit

Permalink
Merge pull request EESSI#106 from boegel/fix_hortense_gpu
Browse files Browse the repository at this point in the history
fix typo in partition names in configuration file for VSC Hortense
  • Loading branch information
smoors authored Feb 1, 2024
2 parents 8442083 + e3272d4 commit eb35fee
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 eb35fee

Please sign in to comment.