Update nvhpc.yml to NVHPC 25.9 and CUDA 13.0 #5918
Merged
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.
Summary
Updates the nvhpc.yml GitHub Action workflow to use NVHPC compiler version 25.9 and CUDA 13.0, and updates the MPI library paths to use hpcx instead of openmpi4.
Changes
CUDAVERDOT
from "12.9" to "13.0"NVERDOT
from "25.7" to "25.9"NVERDASH
from "25-7" to "25-9"openmpi4/bin
tohpcx/bin
These changes align with the current NVHPC SDK 25.9 distribution which uses hpcx for MPI libraries.
Test Plan
Closes #5917
🤖 Generated with Claude Code
Important
Update
nvhpc.yml
to NVHPC 25.9, CUDA 13.0, and switch MPI library to HPCX.CUDAVERDOT
to "13.0" andNVERDOT
to "25.9" innvhpc.yml
.NVERDASH
to "25-9" innvhpc.yml
.openmpi4/bin
tohpcx/bin
innvhpc.yml
.This description was created by
for 1a38c03. You can customize this summary. It will automatically update as commits are pushed.