We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2080325 commit a2439bdCopy full SHA for a2439bd
2 files changed
.github/workflows/openmpi.yml
@@ -19,9 +19,9 @@ jobs:
19
runs-on: ubuntu-latest
20
timeout-minutes: 60
21
env:
22
- OPENMPI_VERSION: 5.0.7
+ OPENMPI_VERSION: 5.0.9
23
OPENMPI_DIR: ${{ github.workspace }}/ompi-install
24
- PNETCDF_VERSION: 1.14.0
+ PNETCDF_VERSION: 1.14.1
25
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install
26
strategy:
27
matrix:
.github/workflows/pnetcdf_c_official.yml
- MPICH_VERSION: 4.3.0
+ MPICH_VERSION: 4.3.2
MPICH_DIR: ${{ github.workspace }}/mpich-install
0 commit comments