Skip to content

Commit

Permalink
Merge pull request #198 from casparvl/update_snellius_hostnames
Browse files Browse the repository at this point in the history
Update snellius hostnames
  • Loading branch information
satishskamath authored Oct 29, 2024
2 parents 82512b1 + 0eae61b commit 979f9be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
'name': 'snellius',
'descr': 'Dutch National Supercomputer',
'modules_system': 'lmod',
'hostnames': ['int*', 'tcn*', 'hcn*', 'fcn*', 'gcn*', 'srv*'],
# Just accept any hostname. List of hostnames can only get outdated, and this is a single-system config
# file anyway.
'hostnames': ['*'],
'prefix': reframe_prefix,
'stagedir': f'/scratch-shared/{os.environ.get("USER")}/reframe_output/staging',
'partitions': [
Expand Down

0 comments on commit 979f9be

Please sign in to comment.