Skip to content

Commit

Permalink
Merge pull request eth-cscs#130 from lucamar/fix_ior
Browse files Browse the repository at this point in the history
[test] Fix IOR on Alps with capstor
  • Loading branch information
teojgo authored Oct 25, 2023
2 parents a802f40 + 52794a3 commit f7e19d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checks/system/io/ior_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
# Copyright 2016-2023 Swiss National Supercomputing Centre (CSCS/ETH Zurich)
# ReFrame Project Developers. See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: BSD-3-Clause
Expand All @@ -11,7 +11,7 @@


class IorCheck(rfm.RegressionTest):
base_dir = parameter(['/scratch/e1000',
base_dir = parameter(['${SCRATCH:-/captor/scratch/cscs}',
'/scratch/snx3000tds',
'/scratch/snx3000',
'/scratch/shared/fulen',
Expand All @@ -32,7 +32,7 @@ def add_fs_tags(self):
@run_after('init')
def set_fs_information(self):
self.fs = {
'/scratch/e1000': {
''${SCRATCH:-/captor/scratch/cscs}': {
'valid_systems': ['eiger:mc', 'pilatus:mc'],
'eiger': {
'num_tasks': 10,
Expand Down

0 comments on commit f7e19d9

Please sign in to comment.