diff --git a/config/surf_snellius.py b/config/surf_snellius.py index 43c53597..9afdb885 100644 --- a/config/surf_snellius.py +++ b/config/surf_snellius.py @@ -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 = { @@ -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': [ {