mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix macos-26 workflow failure; update nvhpc version to 26.5 (#6530)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user