Closed
Conversation
daae10d to
2a7dcab
Compare
This was referenced Aug 26, 2022
34f2619 to
a429ee8
Compare
76cbce5 to
555912a
Compare
15d76f7 to
c3f912f
Compare
b67adba to
4c3985e
Compare
5e3d6fe to
5610e46
Compare
5610e46 to
10726a4
Compare
Contributor
|
Does this PR need more work? |
Contributor
Author
|
It does, the main remaining workitems are to:
None of those are difficult tasks, but I (continue to) have higher priority work on my list. There also hasn't been much internal push on my end to get this finished. |
Member
|
@blue42u Do you have any update on the status of this PR? |
Contributor
Author
|
No updates on my end. This isn't a major priority for us, and the team (myself included) continues to be swamped with other obligations. |
Member
|
Closing, since there has been no activity in a while. Feel free to reopen here https://github.com/spack/spack-packages if you want to continue work on this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@tgamblin @jmellorcrummey @wyphan @mwkrentel
This is the near-finalized version of #31598.
We'd like to provide a publicly available build of HPCToolkit others (and ourselves) can easily install and use. We'd also like to make sure HPCToolkit still compiles as our dependencies continue to update so we can stay on the bleeding edge. Adding a "stack" to the set of environments maintained by Spack seems to be the right choice to provide these.
This stack contains builds of HPCToolkit for 5 publicly-available operating systems (CentOS 7, Alma Linux 8, Ubuntu 20.04, OpenSUSE Leap 15, Fedora 36) and 3 generic architectures (
x86_64_v3,aarch64andppc64le). For each enabled combination of this matrix, this stack contains builds supporting NVidia and AMD GPUs, and our WIP support for Intel GPUs, as well as a CPU-only build with less dependencies. All other settings are more-or-less copied from the E4S stack.I've marked this as "[WIP]" as there are a few pending changes that could (but do not need to be) addressed before merge:
The Power (ppc64le) builds are currently disabled as the Spack CI fleet does not currently include Power machines.gitlab-ci:mappingsis obscenely large due to the large matrix of supported configurations. Support full combinatorics ingitlab-ci:mappings#32290 will help with this.