neptune-dev-nvhpc updates for Blueback - #2106
Merged
climbfuji merged 14 commits intoAug 28, 2026
Merged
Conversation
…_stack/spack_repo/spack_stack/packages/neptune_env/package.py for nvhpc
…eature/nvhpc_jcsda_dev
…eature/nvhpc_jcsda_dev
…eature/nvhpc_jcsda_dev
…eature/nvhpc_jcsda_dev_blueback
climbfuji
commented
Aug 27, 2026
| py-numpy: | ||
| require: | ||
| - '%c,cxx=gcc' | ||
| py-pyyaml: |
Collaborator
Author
There was a problem hiding this comment.
To avoid duplicate packages because of the mixed GCC-NVHPC environment. Since it's in packages_nvhpc.yaml, it won't affect any of the existing builds/compilers.
climbfuji
marked this pull request as ready for review
August 27, 2026 22:53
climbfuji
requested review from
AlexanderHrabski-NOAA,
AlexanderRichert-NOAA and
areinecke
August 27, 2026 22:53
areinecke
approved these changes
Aug 27, 2026
AlexanderHrabski-NOAA
approved these changes
Aug 28, 2026
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
This PR adds a nvhpc@26.5 configuration on Blueback and further strips down the
neptune-dev-nvhpctemplate so that it builds under the environment module system constraints on Blueback. Previously, I builtneptune-dev-nvhpcon my laptop where it was possible buildingpy-numpywithgcc; On Blueback, that's not an option, because of module conflicts between the primary compiler (nvhpc) andgcc. It is also necessary to suppress the generation ofnvhpccompiler modules in Spack in the same way as we do it for the other compilers already.Dependencies
None
Issues addressed
Follow up to #2094
Applications affected
None.
Systems affected
Blueback
Testing
nvhpc@26.5, ran smoke testChecklist
All dependency PRs/issues have been resolved and this PR can be merged.All necessary updates to the documentation (spack-stack wiki) will be made when this PR is merged