Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ env:
HDF5_VERSION: "2.1"
NETCDF_C_VERSION: "4.10"
NETCDF_FORTRAN_VERSION: "4.6"
NVFORTRAN_VERSION: "26.3"
NVFORTRAN_VERSION: "26.5"
OPENMPI_VERSION: "5.0"
PYTHON_VERSION: "3.14"
NUM_PARALLEL: 16
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/nemo_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env:
HDF5_VERSION: "2.1"
NETCDF_C_VERSION: "4.10"
NETCDF_FORTRAN_VERSION: "4.6"
NVFORTRAN_VERSION: "26.3"
NVFORTRAN_VERSION: "26.5"
NVHPC_TOOLCHAIN: nvhpc26_3_openmpi
INTEL_TOOLCHAIN: intel25_3_openmpi
PERL_VERSION: "5.42"
Expand Down Expand Up @@ -304,7 +304,6 @@ jobs:
{
ci_test: "NEMOv4 OpenACC kernels for GPU",
nemo_version: "MEMO MO 4.0.2",
compiler:"'"${NVHPC_TOOLCHAIN}"'",
compiler:"nvhpc-'"$NVFORTRAN_VERSION"'",
elapsed_time: '"${{needs.run_if_on_mirror.outputs.nemo_acc_kernels}}"',
'"$COMMON_FIELDS"'
Expand All @@ -313,7 +312,6 @@ jobs:
ci_test: "NEMOv4 OpenACC loops for GPU",
nemo_version: "MEMO MO 4.0.2",
compiler:"'"${NVHPC_TOOLCHAIN}"'",
compiler:"nvhpc-'"$NVFORTRAN_VERSION"'",
elapsed_time: '"${{needs.run_if_on_mirror.outputs.nemo_acc_loops}}"',
'"$COMMON_FIELDS"'
},
Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
33) PR #3467. Update CI compilers.

32) PR #3458 for #2721. Adds ArrayConstructor support into the PSyIR.

31) PR #3442. Extends Call.get_callee() to permit implicit reshaping
Expand Down
Loading