We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de48ee7 commit 0cf86d0Copy full SHA for 0cf86d0
hpctestlib/sciapps/metalwalls/benchmarks.py
@@ -163,6 +163,10 @@ class MetalWallsCheck(rfm.RunOnlyRegressionTest):
163
#: :default: ``'21.06.1'``
164
benchmark_version = variable(str, value='21.06.1', loggable=True)
165
166
+ executable = 'mw'
167
+ tags = {'sciapp', 'chemistry'}
168
+ descr = 'MetalWalls `mw` benchmark'
169
+
170
#: Collect and report detailed performance metrics.
171
#:
172
#: :type: :class:`bool`
0 commit comments