Move S4 and Gaea C5 from tier 1 to tier 2; clean up site config modules.yaml files; bug fix in util/nrl/batch_install.sh#1911
Merged
climbfuji merged 6 commits intoJCSDA:developfrom Feb 12, 2026
Conversation
…make configurable tier2 sites consistent
…eature/module_include_python_cleanup_move_s4_and_gaea_c5
climbfuji
commented
Feb 11, 2026
climbfuji
commented
Feb 11, 2026
…ated during 'spack bootstrap mirror'
modules.yaml filesmodules.yaml files; bug fix in util/nrl/batch_install.sh
mathomp4
approved these changes
Feb 11, 2026
Collaborator
|
What are the impetus and implications for moving Gaea C5 to tier 2 status? |
Collaborator
Author
EPIC management decided (in accordance with whom?) last year that C5 would no longer be supported as a tier 1 platform. In fact, the last release(s) of spack-stack weren't deployed there. Gaea C6 remains fully supported. @rickgrubin-noaa knows more. |
Collaborator
|
Ok fair enough, thanks |
4 tasks
10 tasks
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.
Description
modules.yamlfiles: remove unnecessaryinclude:python. This is a relic from the past when we used external Python installations with Spack and hadexclude:pythoninconfigs/common/modules.yaml. That entry has been removed a long time ago, and theinclude:pythonstatements are no longer necessary.util/nrl/batch_install.sh: When spack creates a bootstrap mirror, it populates thespackscope with compilers and packages it finds, which can create problems later. Remove these files.Dependencies
None
Issues addressed
Working toward #1883
Applications affected
None
Systems affected
S4, Gaea C5
Testing
Checklist
All dependency PRs/issues have been resolved and this PR can be merged.