Skip to content

Commit cd9f83b

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1239 from kraushm/remove_tags_MCH_HaloExchange
[test] Remove unnecessary tags in the HaloExchangeTest
2 parents 41bbb35 + 9433e6e commit cd9f83b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cscs-checks/mch/collectives_halo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ def __init__(self, variant, bench_reference):
108108
}
109109

110110
self.maintainers = ['AJ', 'MKr']
111-
self.tags = {'production', 'mch', 'craype'}
111+
if self.current_system.name == 'tsa':
112+
self.tags = {'mch'}
113+
else:
114+
self.tags = {'production', 'mch', 'craype'}
112115

113116
@rfm.run_before('run')
114117
def set_launcher_options(self):

0 commit comments

Comments
 (0)