Skip to content

Commit

Permalink
Github action: bump up PnetCDF and MPICH versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Nov 11, 2024
1 parent 23c6fde commit 3072dda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/logvol_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

env:
HDF5_VERSION: 1.14.2

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mpich_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
- 'datasets/*'

env:
MPICH_VERSION: 4.1.1
PNETCDF_VERSION: 1.12.3
MPICH_VERSION: 4.2.3
PNETCDF_VERSION: 1.14.0
HDF5_VERSION: 1.14.2
NETCDF4_VERSION: 4.9.2
ADIOS_VERSION: 2.8.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnetcdf_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- 'datasets/*'

env:
MPICH_VERSION: 4.2.0
MPICH_VERSION: 4.2.3
PNETCDF_VERSION: repo

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- 'datasets/*'

env:
PNETCDF_VERSION: 1.12.3
PNETCDF_VERSION: 1.14.0
HDF5_VERSION: 1.14.2
NETCDF4_VERSION: 4.9.2
ADIOS_VERSION: 2.8.3
Expand Down

0 comments on commit 3072dda

Please sign in to comment.