Skip to content

Commit 9a7be22

Browse files
authored
remove version from nvhpc spec
1 parent 9e078df commit 9a7be22

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/github_cmake_nvhpc.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ jobs:
1919
steps:
2020
- name: checkout
2121
uses: actions/checkout@v4.2.2
22-
- name: Set up spack and build cache
22+
- name: Set up spack and build compiler
2323
run: |
2424
source /opt/spack/share/spack/setup-env.sh
2525
spack mirror add rem-gh-cache oci://ghcr.io/rem1776/ci-cache-rocky9
2626
spack compiler find
27-
- name: Install NVHPC
28-
run: |
29-
source /opt/spack/share/spack/setup-env.sh
30-
spack install nvhpc@26.1
27+
spack install nvhpc
3128
- name: Install dependencies
3229
run: |
3330
source /opt/spack/share/spack/setup-env.sh
31+
spack compiler find
3432
spack install netcdf-fortran %%nvhpc mpich %%nvhpc libyaml %%nvhpc
3533
- name: Configure
3634
run: |

0 commit comments

Comments
 (0)