Skip to content

Commit

Permalink
PETSc version bumps (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells authored Nov 4, 2024
1 parent e34902e commit 1cb5ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM rockylinux/rockylinux:9
ARG BUILD_NP=4

ARG HDF5_VERSION=1.14.5
ARG PETSC_VERSION=3.22.0
ARG PETSC_VERSION=3.22.1
ARG MPICH_VERSION=4.2.3

WORKDIR /tmp
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ARG KAHIP_VERSION=3.16
# the most recent Numba release, see
# https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information
ARG NUMPY_VERSION=2.0.2
ARG PETSC_VERSION=3.22.0
ARG SLEPC_VERSION=3.22.0
ARG PETSC_VERSION=3.22.1
ARG SLEPC_VERSION=3.22.1

ARG MPICH_VERSION=4.2.3
ARG OPENMPI_SERIES=5.0
Expand Down

0 comments on commit 1cb5ea7

Please sign in to comment.