Add support for basic NEPTUNE env with nvhpc@26.5 - #2094
Draft
climbfuji wants to merge 4 commits into
Draft
Conversation
…_stack/spack_repo/spack_stack/packages/neptune_env/package.py for nvhpc
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 support for building a basic NEPTUNE environment with
nvhpc@26.5, similar to thellvm@22NEPTUNE environment. A large number of packages need to be built with GCC instead of NVHPC.Because NVIDIA is updating their compiler suite from the legacy PGI backend to the modern LLVM IR in the near future, it doesn't make sense to try to fix the many build errors with NVHPC. Also, NVIDIA's support to fix bugs in the current compilers is limited - they defer users to the upcoming LLVM-based compilers.
Dependencies
Issues addressed
NRL-internal issue
Applications affected
None (this is an experimental setup)
Systems affected
None
Testing
Checklist
All necessary updates to the documentation (spack-stack wiki) will be made when this PR is merged