Skip to content

Commit 80f9fd3

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1826 from ChristopherBignamini/sanity_check_parallel_io
[test] Add parallel I/O sanity tests to the health check suite
2 parents 3623af2 + ce34aea commit 80f9fd3

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)