Skip to content

Commit

Permalink
Merge branch 'split_log2' into split_log
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Sep 12, 2023
2 parents b3ea0c3 + 902c3ba commit 41512dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from eessi.testsuite.common_config import common_logging_config
from eessi.testsuite.constants import * # noqa: F403

# This config will write all staging, output (and logging with --save-log-files) to subdirs under this prefix
# Override with --prefix
reframe_prefix = f'{os.environ.get("HOME")}/reframe_runs'

# This is an example configuration file
site_configuration = {
Expand All @@ -12,6 +15,7 @@
'descr': 'Dutch National Supercomputer',
'modules_system': 'lmod',
'hostnames': ['int*', 'tcn*', 'hcn*', 'fcn*', 'gcn*', 'srv*'],
'prefix': reframe_prefix,
'stagedir': f'/scratch-shared/{os.environ.get("USER")}/reframe_output/staging',
'partitions': [
{
Expand Down

0 comments on commit 41512dc

Please sign in to comment.