Skip to content

Commit 49005a4

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into scalapack_remove_custom
2 parents 0164eb6 + 80f9fd3 commit 49005a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cscs-checks/libraries/io/h5py_parallel_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def __init__(self):
2323
self.executable = 'python'
2424
self.executable_opts = ['h5py_mpi_test.py']
2525
self.postrun_cmds = ['h5dump parallel_test.hdf5']
26+
self.tags = {'health'}
2627
self.maintainers = ['TM']

cscs-checks/libraries/io/hdf5_compile_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ def __init__(self, lang, linkage):
8080
self.postrun_cmds = ['h5dump h5ex_d_chunk.h5 > h5dump_out.txt']
8181

8282
self.maintainers = ['SO', 'RS']
83-
self.tags = {'production', 'craype'}
83+
self.tags = {'production', 'craype', 'health'}

cscs-checks/libraries/io/netcdf_compile_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, lang, linkage):
4747
self.num_tasks_per_node = 1
4848
self.sanity_patterns = sn.assert_found(r'SUCCESS', self.stdout)
4949
self.maintainers = ['AJ', 'SO']
50-
self.tags = {'production', 'craype', 'external-resources'}
50+
self.tags = {'production', 'craype', 'external-resources', 'health'}
5151

5252
@rfm.run_before('compile')
5353
def setflags(self):

0 commit comments

Comments
 (0)