Skip to content

Commit

Permalink
Make sure to overwrite the path with the zen4 prefix when running on …
Browse files Browse the repository at this point in the history
…genoa
  • Loading branch information
Caspar van Leeuwen committed Sep 26, 2024
1 parent 8ad6417 commit fcd642b
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 fcd642b

Please sign in to comment.