Skip to content

Commit 007a21b

Browse files
committed
Revert "ci: update to nvhpc 25.11"
This reverts commit 6d59072.
1 parent 230b71a commit 007a21b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
prec: ['DP', 'SP']
3434
name:
3535
- linux gnu-14
36-
- linux nvhpc-25.11
36+
- linux nvhpc-25.9
3737
- linux intel-classic
3838
- linux intel-modern
3939
- macos
@@ -49,14 +49,14 @@ jobs:
4949
python-version: '3.11'
5050
caching: true
5151

52-
- name: linux nvhpc-25.11
52+
- name: linux nvhpc-25.9
5353
os: ubuntu-22.04
54-
compiler: nvhpc-25.11
54+
compiler: nvhpc-25.9
5555
compiler_cc: nvc
5656
compiler_cxx: nvc++
5757
compiler_fc: nvfortran
5858
cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177 -DECBUILD_Fortran_FLAGS=-tp=haswell
59-
# nvc++ 25.9 and above has a codegen bug where an AVX-512 SCALEFS node is
59+
# nvc++ 25.9 has a codegen bug where an AVX-512 SCALEFS node is
6060
# emitted by an idiom-recognition pass even on non-AVX-512 targets,
6161
# causing llc to ICE on some GH runner CPUs. Pin -tp=haswell to
6262
# constrain the target features so the pass cannot emit it.
@@ -167,7 +167,7 @@ jobs:
167167
if: contains( matrix.compiler, 'nvhpc' )
168168
shell: bash -eux {0}
169169
run: |
170-
${ECWAM_TOOLS}/install-nvhpc.sh --prefix /opt/nvhpc --version 25.11
170+
${ECWAM_TOOLS}/install-nvhpc.sh --prefix /opt/nvhpc --version 25.9
171171
source /opt/nvhpc/env.sh
172172
echo "${NVHPC_DIR}/compilers/bin" >> $GITHUB_PATH
173173
[ -z ${MPI_HOME+x} ] || echo "MPI_HOME=${MPI_HOME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)