Skip to content

Commit

Permalink
Merge pull request #187 from casparvl/set_snellius_zen4_override
Browse files Browse the repository at this point in the history
Set snellius zen4 override
  • Loading branch information
satishskamath authored Sep 26, 2024
2 parents 68e5bf0 + fcd642b commit b97f9e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
{
'name': 'genoa',
'scheduler': 'slurm',
'prepare_cmds': [common_eessi_init()],
'prepare_cmds': [
'export EESSI_SOFTWARE_SUBDIR_OVERRIDE=x86_64/amd/zen4',
common_eessi_init()
],
'launcher': 'mpirun',
'access': ['-p genoa', '--export=None'],
'environs': ['default'],
Expand Down

0 comments on commit b97f9e9

Please sign in to comment.