We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e078df commit 9a7be22Copy full SHA for 9a7be22
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -19,18 +19,16 @@ jobs:
19
steps:
20
- name: checkout
21
uses: actions/checkout@v4.2.2
22
- - name: Set up spack and build cache
+ - name: Set up spack and build compiler
23
run: |
24
source /opt/spack/share/spack/setup-env.sh
25
spack mirror add rem-gh-cache oci://ghcr.io/rem1776/ci-cache-rocky9
26
spack compiler find
27
- - name: Install NVHPC
28
- run: |
29
- source /opt/spack/share/spack/setup-env.sh
30
- spack install nvhpc@26.1
+ spack install nvhpc
31
- name: Install dependencies
32
33
+ spack compiler find
34
spack install netcdf-fortran %%nvhpc mpich %%nvhpc libyaml %%nvhpc
35
- name: Configure
36
0 commit comments