-
Notifications
You must be signed in to change notification settings - Fork 58
neptune-dev-nvhpc updates for Blueback #2106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
climbfuji
merged 14 commits into
JCSDA:develop
from
climbfuji:feature/nvhpc_jcsda_dev_blueback
Aug 28, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e721eac
Store work in progress for neptune-dev-nvhpc
climbfuji bc6d949
Update submodule pointer for repos/builtin (ip@5.4.0 % nvhpc)
climbfuji fa5fe3e
Update configs/templates/neptune-dev-nvhpc/spack.yaml and repos/spack…
climbfuji e0de835
Clean up configs/common/packages_nvhpc.yaml
climbfuji c46984b
Add configs/sites/tier2/bounty/README_nvhpc-26.5.md
climbfuji 4831bf4
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji 0450bbb
[skip ci]
climbfuji 6789635
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji e1631c3
[skip ci] Update configs/sites/tier2/bounty/README_nvhpc-26.5.md
climbfuji 0481337
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
nrl-bot 1bcc8d9
Further strip down neptune-dev-nvhpc so that it builds on Blueback
nrl-bot 6cc85df
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
nrl-bot eac87dc
configs/common/modules_*.yaml: no nvhpc compiler modules by default
nrl-bot 5a32be8
Merge branch 'develop' into feature/nvhpc_jcsda_dev_blueback
climbfuji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| packages: | ||
| all: | ||
| require: | ||
| - any_of: ['%nvhpc@=26.5'] | ||
| when: '%nvhpc' | ||
| - any_of: ['%gcc@=13.3.0'] | ||
| when: '%gcc' | ||
| mpi: | ||
| buildable: false | ||
| require: | ||
| - cray-mpich@8.1.32 | ||
| nvhpc: | ||
| buildable: false | ||
| externals: | ||
| - spec: nvhpc@26.5+blas+lapack~mpi | ||
| prefix: /p/app/projects/NEPTUNE/spack-stack/nvhpc-26.5 | ||
| modules: | ||
| - PrgEnv-nvidia/8.7.0 | ||
| - nvhpc/26.5 | ||
| extra_attributes: | ||
| compilers: | ||
| c: /p/app/projects/NEPTUNE/spack-stack/nvhpc-26.5/Linux_x86_64/26.5/compilers/bin/nvc | ||
| cxx: /p/app/projects/NEPTUNE/spack-stack/nvhpc-26.5/Linux_x86_64/26.5/compilers/bin/nvc++ | ||
| fortran: /p/app/projects/NEPTUNE/spack-stack/nvhpc-26.5/Linux_x86_64/26.5/compilers/bin/nvfortran | ||
| environment: | ||
| set: | ||
| CONFIG_SITE: '' | ||
| gcc: | ||
| buildable: false | ||
| externals: | ||
| - spec: gcc@13.3.0 languages:='c,c++' | ||
| prefix: /usr | ||
| modules: | ||
| - PrgEnv-gnu/8.7.0 | ||
| - gcc-native/13.2 | ||
| extra_attributes: | ||
| compilers: | ||
| c: /usr/bin/gcc | ||
| cxx: /usr/bin/g++ | ||
| fortran: /usr/bin/gfortran | ||
| environment: | ||
| set: | ||
| CONFIG_SITE: '' | ||
| PE_GCC_EXTERNAL: native | ||
| cray-mpich: | ||
| buildable: false | ||
| externals: | ||
| - spec: cray-mpich@8.1.32 | ||
| prefix: /opt/cray/pe/mpich/8.1.32/ofi/nvidia/23.3 | ||
| modules: | ||
| - cray-mpich/8.1.32 | ||
| extra_attributes: | ||
| environment: | ||
| prepend_path: | ||
| CMAKE_PREFIX_PATH: /p/app/projects/NEPTUNE/spack-stack/cmake-findmpi |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.