From 92ed6ae6d39be4d981fa82ccee79b4ccd9cf44ee Mon Sep 17 00:00:00 2001 From: Jg_Piccinali <> Date: Tue, 26 Aug 2025 14:29:42 +0200 Subject: [PATCH 1/2] Add /capstor resourcesdir --- config/systems/beverin.py | 1 + config/systems/bristen.py | 1 + config/systems/clariden.py | 1 + config/systems/daint.py | 2 +- config/systems/{ => deprecated}/arolla.py | 0 config/systems/{ => deprecated}/rigi.py | 0 config/systems/{ => deprecated}/todi.py | 0 config/systems/{ => deprecated}/tsa.py | 0 config/systems/eiger.py | 1 + config/systems/pilatus.py | 2 +- config/systems/santis.py | 1 + 11 files changed, 7 insertions(+), 2 deletions(-) rename config/systems/{ => deprecated}/arolla.py (100%) rename config/systems/{ => deprecated}/rigi.py (100%) rename config/systems/{ => deprecated}/todi.py (100%) rename config/systems/{ => deprecated}/tsa.py (100%) diff --git a/config/systems/beverin.py b/config/systems/beverin.py index 744fc9c09..b0b303fc5 100644 --- a/config/systems/beverin.py +++ b/config/systems/beverin.py @@ -8,6 +8,7 @@ base_config = { 'modules_system': 'nomod', + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'partitions': [ { 'name': 'login', diff --git a/config/systems/bristen.py b/config/systems/bristen.py index f634349f9..47fbb735f 100644 --- a/config/systems/bristen.py +++ b/config/systems/bristen.py @@ -11,6 +11,7 @@ base_config = { 'modules_system': 'nomod', + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'partitions': [ { 'name': 'login', diff --git a/config/systems/clariden.py b/config/systems/clariden.py index 0e4cfb080..92ef59b7c 100644 --- a/config/systems/clariden.py +++ b/config/systems/clariden.py @@ -11,6 +11,7 @@ base_config = { 'modules_system': 'nomod', + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'partitions': [ { 'name': 'login', diff --git a/config/systems/daint.py b/config/systems/daint.py index 6f504f191..20e050649 100644 --- a/config/systems/daint.py +++ b/config/systems/daint.py @@ -11,7 +11,7 @@ base_config = { 'modules_system': 'lmod', - # 'resourcesdir': '/apps/common/UES/reframe/resources', + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'partitions': [ { 'name': 'login', diff --git a/config/systems/arolla.py b/config/systems/deprecated/arolla.py similarity index 100% rename from config/systems/arolla.py rename to config/systems/deprecated/arolla.py diff --git a/config/systems/rigi.py b/config/systems/deprecated/rigi.py similarity index 100% rename from config/systems/rigi.py rename to config/systems/deprecated/rigi.py diff --git a/config/systems/todi.py b/config/systems/deprecated/todi.py similarity index 100% rename from config/systems/todi.py rename to config/systems/deprecated/todi.py diff --git a/config/systems/tsa.py b/config/systems/deprecated/tsa.py similarity index 100% rename from config/systems/tsa.py rename to config/systems/deprecated/tsa.py diff --git a/config/systems/eiger.py b/config/systems/eiger.py index b100b2ab6..5b68ca61a 100644 --- a/config/systems/eiger.py +++ b/config/systems/eiger.py @@ -11,6 +11,7 @@ site_configuration = { + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'systems': [ { 'name': 'eiger', diff --git a/config/systems/pilatus.py b/config/systems/pilatus.py index fa6d11266..d95d5e084 100644 --- a/config/systems/pilatus.py +++ b/config/systems/pilatus.py @@ -12,7 +12,7 @@ base_config = { 'modules_system': 'lmod', - 'resourcesdir': '/capstor/apps/cscs/common/regression/resources', + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'partitions': [ { 'name': 'login', diff --git a/config/systems/santis.py b/config/systems/santis.py index d8f67167d..b424ab8c2 100644 --- a/config/systems/santis.py +++ b/config/systems/santis.py @@ -7,6 +7,7 @@ # site_configuration = { + 'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources', 'systems': [ { 'name': 'santis', From efcae10ac7de4c4a6fcc220132eb2ba96e0bcfaf Mon Sep 17 00:00:00 2001 From: Jg_Piccinali <> Date: Thu, 28 Aug 2025 08:10:56 +0200 Subject: [PATCH 2/2] Fix for linter --- config/systems/deprecated/arolla.py | 2 +- config/systems/deprecated/tsa.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/systems/deprecated/arolla.py b/config/systems/deprecated/arolla.py index 44f3b0e70..368990f9c 100644 --- a/config/systems/deprecated/arolla.py +++ b/config/systems/deprecated/arolla.py @@ -6,7 +6,7 @@ # ReFrame CSCS settings # -import reframe.utility.osext as osext +# import reframe.utility.osext as osext import copy base_config = { diff --git a/config/systems/deprecated/tsa.py b/config/systems/deprecated/tsa.py index d23f93dca..e872119bb 100644 --- a/config/systems/deprecated/tsa.py +++ b/config/systems/deprecated/tsa.py @@ -6,7 +6,7 @@ # ReFrame CSCS settings # -import reframe.utility.osext as osext +# import reframe.utility.osext as osext import copy base_config = {