Skip to content

Commit a2439bd

Browse files
committed
update PnetCDF MPI and OpenMPI versions to latest
1 parent 2080325 commit a2439bd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
OPENMPI_VERSION: 5.0.7
22+
OPENMPI_VERSION: 5.0.9
2323
OPENMPI_DIR: ${{ github.workspace }}/ompi-install
24-
PNETCDF_VERSION: 1.14.0
24+
PNETCDF_VERSION: 1.14.1
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install
2626
strategy:
2727
matrix:

.github/workflows/pnetcdf_c_official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
MPICH_VERSION: 4.3.0
22+
MPICH_VERSION: 4.3.2
2323
MPICH_DIR: ${{ github.workspace }}/mpich-install
24-
PNETCDF_VERSION: 1.14.0
24+
PNETCDF_VERSION: 1.14.1
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install
2626
strategy:
2727
matrix:

0 commit comments

Comments
 (0)