Skip to content

Commit

Permalink
Merge pull request #88 from laraPPr/Add_EESSI_to_Hortense
Browse files Browse the repository at this point in the history
initialize EESSI environment via prepare command in configuration for VSC Hortense
  • Loading branch information
boegel authored Oct 4, 2023
2 parents c2e9100 + 32679f2 commit edb5afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def command(self, job):
{
'name': 'cpu_rome_256gb',
'scheduler': 'slurm',
'prepare_cmds': ['source /cvmfs/pilot.eessi-hpc.org/latest/init/bash'],
'access': hortense_access + ['--partition=cpu_rome'],
'environs': ['default'],
'descr': 'CPU nodes (AMD Rome, 256GiB RAM)',
Expand All @@ -51,6 +52,7 @@ def command(self, job):
{
'name': 'cpu_rome_512gb',
'scheduler': 'slurm',
'prepare_cmds': ['source /cvmfs/pilot.eessi-hpc.org/latest/init/bash'],
'access': hortense_access + ['--partition=cpu_rome_512'],
'environs': ['default'],
'descr': 'CPU nodes (AMD Rome, 512GiB RAM)',
Expand All @@ -71,6 +73,7 @@ def command(self, job):
{
'name': 'cpu_milan',
'scheduler': 'slurm',
'prepare_cmds': ['source /cvmfs/pilot.eessi-hpc.org/latest/init/bash'],
'access': hortense_access + ['--partition=cpu_milan'],
'environs': ['default'],
'descr': 'CPU nodes (AMD Milan, 256GiB RAM)',
Expand All @@ -91,6 +94,7 @@ def command(self, job):
{
'name': 'gpu_rome_a100_40gb',
'scheduler': 'slurm',
'prepare_cmds': ['source /cvmfs/pilot.eessi-hpc.org/latest/init/bash'],
'access': hortense_access + ['--partition=cpu_rome_a100_40'],
'environs': ['default'],
'descr': 'GPU nodes (A100 40GB)',
Expand Down Expand Up @@ -127,6 +131,7 @@ def command(self, job):
{
'name': 'gpu_rome_a100_80gb',
'scheduler': 'slurm',
'prepare_cmds': ['source /cvmfs/pilot.eessi-hpc.org/latest/init/bash'],
'access': hortense_access + ['--partition=cpu_rome_a100_80'],
'environs': ['default'],
'descr': 'GPU nodes (A100 80GB)',
Expand Down

0 comments on commit edb5afb

Please sign in to comment.