Skip to content

Commit 0cf86d0

Browse files
committed
Added executable, tag and description
1 parent de48ee7 commit 0cf86d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hpctestlib/sciapps/metalwalls/benchmarks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ class MetalWallsCheck(rfm.RunOnlyRegressionTest):
163163
#: :default: ``'21.06.1'``
164164
benchmark_version = variable(str, value='21.06.1', loggable=True)
165165

166+
executable = 'mw'
167+
tags = {'sciapp', 'chemistry'}
168+
descr = 'MetalWalls `mw` benchmark'
169+
166170
#: Collect and report detailed performance metrics.
167171
#:
168172
#: :type: :class:`bool`

0 commit comments

Comments
 (0)