Fix macos-26 workflow failure; update nvhpc version to 26.5 (#6530)

This commit is contained in:
Larry Knox
2026-07-15 14:29:07 -05:00
committed by GitHub
parent 6f70e3d276
commit 679a7c61ac
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -236,7 +236,6 @@ jobs:
elif [[ "${{ matrix.mpi }}" == "mpich" ]]; then
CMAKE_OPTS="$CMAKE_OPTS -DMPI_C_COMPILER=mpicc"
CMAKE_OPTS="$CMAKE_OPTS -DCMAKE_Fortran_COMPILER=mpifort"
sudo ln -s /opt/homebrew/bin/gfortran-15 /opt/homebrew/bin/gfortran
mpifort --version
fi
fi
+3 -3
View File
@@ -20,9 +20,9 @@ jobs:
name: "nvhpc ${{ inputs.build_mode }}"
runs-on: ubuntu-latest
env:
CUDAVERDOT: "13.1"
NVERDOT: "26.3"
NVERDASH: "26-3"
CUDAVERDOT: "13.2"
NVERDOT: "26.5"
NVERDASH: "26-5"
steps:
- name: Get Sources