Skip to content

Commit

Permalink
Adding tags (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Aug 23, 2024
1 parent 15d6c3b commit 548c324
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions repo/laghos/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ class Laghos(ExecutableApplication):
"""Laghos benchmark"""
name = "laghos"

tags = ['asc','engineering','hypre','solver','cfd','large-scale',
'multi-node','single-node','mpi','network-latency-bound',
'network-collectives','unstructured-grid']
tags = ['asc','engineering','hypre','solver','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']

executable('p', 'laghos -p 3 -m {laghos}/data/box01_hex.mesh -rs 5 -ms 500', use_mpi=True)

Expand Down

0 comments on commit 548c324

Please sign in to comment.