Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/systems/beverin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

base_config = {
'modules_system': 'nomod',
'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources',
'partitions': [
{
'name': 'login',
Expand Down
1 change: 1 addition & 0 deletions config/systems/bristen.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

base_config = {
'modules_system': 'nomod',
'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources',
'partitions': [
{
'name': 'login',
Expand Down
1 change: 1 addition & 0 deletions config/systems/clariden.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

base_config = {
'modules_system': 'nomod',
'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources',
'partitions': [
{
'name': 'login',
Expand Down
2 changes: 1 addition & 1 deletion config/systems/daint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions config/systems/eiger.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


site_configuration = {
'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources',
'systems': [
{
'name': 'eiger',
Expand Down
2 changes: 1 addition & 1 deletion config/systems/pilatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions config/systems/santis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#

site_configuration = {
'resourcesdir': '/capstor/store/cscs/cscs/public/reframe/resources',
'systems': [
{
'name': 'santis',
Expand Down