Skip to content

Commit

Permalink
Fix hostnames in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 29, 2024
1 parent 0eae61b commit 4fb6845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'modules_system': 'lmod',
# Just accept any hostname. List of hostnames can only get outdated, and this is a single-system config
# file anyway.
'hostnames': ['*'],
'hostnames': ['.*'],
'prefix': reframe_prefix,
'stagedir': f'/scratch-shared/{os.environ.get("USER")}/reframe_output/staging',
'partitions': [
Expand Down

0 comments on commit 4fb6845

Please sign in to comment.