From ac0ab04d4a325bcd6eb349b39accce1681dd39e8 Mon Sep 17 00:00:00 2001 From: pearce8 Date: Wed, 8 Jan 2025 17:29:10 -0600 Subject: [PATCH] Adding tags for remhos --- repo/remhos/application.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/repo/remhos/application.py b/repo/remhos/application.py index 68aec7e9..b40500af 100644 --- a/repo/remhos/application.py +++ b/repo/remhos/application.py @@ -11,15 +11,23 @@ class Remhos(ExecutableApplication): """Remhos benchmark""" name = "remhos" -#TODO: add -ms flag once it's implemented + + tags = ['asc','engineering','mfem','cfd','large-scale', + 'multi-node','single-node','mpi','c++','high-order','hydrodynamics', + 'explicit-timestepping','finite-element','time-dependent','ode', + 'full-assembly','partial-assembly', + 'lagrangian','spatial-discretization','unstructured-grid', + 'network-latency-bound','network-collectives','unstructured-grid'] + + #TODO: add -ms flag once it's implemented executable('2d', 'remhos'+' -dim 2 -epm 1024'+' -p 14'+' -rs {rs2d}'+' -o 3 -dt {dt}'+' -tf {tf}'+' -ho {ho}' ' -lo {lo}'+' -fct {fct}'+' -vs {vs}'+' -ms {ms}'+' -d {device}'+' -pa -no-vis', use_mpi=True) executable('3d', 'remhos'+' -dim 3 -epm 512'+' -p 10'+' -rs {rs3d}'+' -o 2'+' -dt {dt}'+' -tf {tf}'+' -ho {ho}' ' -lo {lo}'+' -fct {fct}'+' -vs {vs}'+' -ms {ms}'+' -d {device}'+' -pa -no-vis', use_mpi=True) workload('2d', executables=['2d']) workload('3d', executables=['3d']) #workload_variable('mesh', default='{remhos}/data/periodic-square.mesh', - # description='mesh file', - # workloads=['']) + # description='mesh file', + # workloads=['']) #workload_variable('p', default='5', # description='problem number',