Add NVHPC subset CI workflow - #7
Merged
Merged
Conversation
Lightweight workflow that builds and runs NVHPC (nogpu) with mpich3 and openmpi (SMIOL, 1 proc). Validates against reference logs. For GPU testing see test-cirrus-nvhpc.yml. Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Adds a lightweight GitHub Actions workflow to quickly sanity-check NVHPC builds/runs (CPU-only) on hosted runners, focusing on 1-rank SMIOL runs across two MPI implementations.
Changes:
- Introduces a new
test-nvhpc.ymlworkflow triggered on pushes tomaster/developandworkflow_dispatch. - Builds MPAS-A with NVHPC in container images for
mpich3andopenmpi, uploads the executable, runs a 1-rank case, and uploads logs. - Validates produced logs against the 240km reference output and cleans up build artifacts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Add pull_request trigger so workflow runs on PRs - Remove continue-on-error from artifact download - Make allow-missing configurable in validate-logs action, set false here Made-with: Cursor
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.
Summary
test-nvhpc.yml-- NVHPC-only subset workflow (no GPU)Test plan