Skip to content
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

Add CI workflow for GPU NVHPC build #7

Merged
merged 16 commits into from
Aug 14, 2024

Conversation

christopherwharrop-noaa
Copy link
Collaborator

@christopherwharrop-noaa christopherwharrop-noaa commented Aug 12, 2024

This PR adds a CI workflow to test GPU execution on a self-hosted runner. The self-hosted runner is an EC2 P3 instance with V100 GPUs. The EC2 runner must be manually started in order for it to work. For this reason, this CI workflow must be triggered by adding the GPU-CI label.

This PR also contains the following fixes/additions:

  1. Add -Kieee to NVFortran builds so that they get correct results in debug mode with -Ktrap=fp turned on.
  2. Install gcc@11 in MacOS GNU CI as it appears to have been updated to version 13, which doesn't work.
  3. A utility script is added which contains the setup/install for the NVIDIA software needed on the self-hosted runner

@christopherwharrop-noaa christopherwharrop-noaa marked this pull request as ready for review August 14, 2024 19:37
@christopherwharrop-noaa christopherwharrop-noaa merged commit e66e695 into master Aug 14, 2024
6 checks passed
@christopherwharrop-noaa christopherwharrop-noaa deleted the feature/gpu-nvhpc-ci branch August 14, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant