hpctoolkit: add version 2022.10.01#33078
Conversation
mwkrentel
commented
Oct 7, 2022
- add version 2022.10.01
- remove version for master branch, develop is now the main branch
- add CPATH and LD_LIBRARY_PATH to module run environment, this is for apps that want to use the start/stop interface
- cleanup style in variants, depends and conflicts
- remove all-static variant, nothing uses it
- deprecate more old versions
1. add version 2022.10.01
2. remove version for master branch, develop is now the main branch
3. add CPATH and LD_LIBRARY_PATH to module run environment,
this is for apps that want to use the start/stop interface
4. cleanup style in variants, depends and conflicts
5. remove all-static variant, nothing uses it
6. deprecate more old versions
|
@alalazo @tldahlgren Is there some way to automatically reformat? |
|
@spackbot fix style |
|
Let me see if I can fix that for you! |
|
I was able to run spack style --fix==> Running style checks on spack
selected: isort, mypy, black, flake8
==> Modified files
var/spack/repos/builtin/packages/hpctoolkit/package.py
==> Running isort checks
isort checks were clean
==> Running mypy checks
Success: no issues found in 558 source files
mypy checks were clean
==> Running black checks
reformatted var/spack/repos/builtin/packages/hpctoolkit/package.py
All done! ✨ 🍰 ✨
1 file reformatted.
black checks were clean
==> Running flake8 checks
flake8 checks were clean
==> spack style checks were clean
I've updated the branch with isort fixes. |
|
@alalazo Thanks! I'm still adjusting to the new formatter, Btw, besides the items 1-6 listed above, most of the diff is I did a little |
alalazo
left a comment
There was a problem hiding this comment.
One comment. Let me know if it is fine to merge as is.
|
@alalazo Ok, I incorporated your suggestion. Unfortunately, adding +level_zero expands the "when" column awkwardly. |
|
@spackbot run pipeline |
|
I've started that pipeline for you! |
|
@alalazo @hainest @blue42u We would prefer not to delay the release to take the time to track How should I handle this? I can think of a couple options:
Can someone show me how to do that?
Plus, I see that I forgot to add a conflict for +mpi when @2022.10.01. Sorry for causing this trouble. We didn't realize that this would |
|
@mwkrentel Let me know when the mitigation looks good to you and I'll merge. |
|
@mwkrentel Is it good to be merged? |
|
@alalazo Not quite yet. First, I want to ask E4S if it's feasible to temporarily |
|
@alalazo @eugeneswalker |
|
@mwkrentel At the E4S meeting today, I brought up this issue with the ci pipeline. Sameer told me to email him and Wyatt, so they will take a look. |
|
@eugeneswalker Ok, all green checks ! |
|
@hainest We decided to go ahead and merge the workaround for now. What if we make a change in the Where do we go to update the ci tests? |
|
@mwkrentel I'm afraid I don't know. I hope Sameer or Wyatt can help us with that. |
* hpctoolkit: add version 2022.10.01
1. add version 2022.10.01
2. remove version for master branch, develop is now the main branch
3. add CPATH and LD_LIBRARY_PATH to module run environment,
this is for apps that want to use the start/stop interface
4. cleanup style in variants, depends and conflicts
5. remove all-static variant, nothing uses it
6. deprecate more old versions
* [@spackbot] updating style on behalf of mwkrentel
* Add when(+level_zero) to the gtpin variant.
* Test commit to see if this passes E4S.
* Another test commit to see if E4S succeeds.
* Add temporary hack to ignore +mpi for version 2022.10.01 and issue a
warning instead.
Co-authored-by: mwkrentel <[email protected]>