Skip to content

Commit

Permalink
typo with laghos and kriple
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 23, 2023
1 parent 57279d5 commit d713bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_static/data/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "app-kripke",
"description": "parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids",
"family": "solver",
"image": "parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids",
"image": "ghcr.io/converged-computing/metric-kripke:latest",
"url": "https://github.com/LLNL/Kripke"
},
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/metrics/app/kripke.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func init() {
base := metrics.BaseMetric{
Identifier: kripkeIdentifier,
Summary: kripkeSummary,
Container: kripkeSummary,
Container: kripkeContainer,
}
launcher := metrics.LauncherWorker{BaseMetric: base}
kripke := Kripke{LauncherWorker: launcher}
Expand Down
2 changes: 1 addition & 1 deletion pkg/metrics/app/laghos.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (m *Laghos) SetOptions(metric *api.Metric) {

m.Identifier = laghosIdentifier
m.Summary = laghosSummary
m.Container = laghosSummary
m.Container = laghosContainer

// Set user defined values or fall back to defaults
m.Prefix = "/bin/bash"
Expand Down

0 comments on commit d713bef

Please sign in to comment.