Skip to content

Commit

Permalink
Merge pull request #80 from converged-computing/hpc-toolkit-as-init
Browse files Browse the repository at this point in the history
hpctoolkit as addon init container
  • Loading branch information
vsoch authored Nov 20, 2023
2 parents bd91b25 + e927397 commit 11e6f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/addons/hpctoolkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (a *HPCToolkit) SetOptions(metric *api.MetricAddon, m *api.MetricSet) {
a.postAnalysis = true
a.Identifier = hpctoolkitIdentifier
a.SpackViewContainer = "hpctoolkit"
a.InitContainer = true

// UseColor set to anything means to use it
output, ok := metric.Options["output"]
Expand Down

0 comments on commit 11e6f57

Please sign in to comment.