Skip to content

Commit

Permalink
Update PETSc to 3.20.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
baagaard-usgs committed Dec 6, 2023
1 parent 0c0ec3a commit 7ceb311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
* Add demonstration of `pylith_powerlaw_gendb` in Step 8 of `examples/reverse-2d`.
* Add demonstration of using poroelasticity with porosity as a state variable to `examples/magma-2d`.
* Switched from CppUnit to Catch2 as the C++ testing framework.
* Update to PETSc 3.19.5
* Update to PETSc 3.20.2
* Improve integration with VSCode for testing and debugging (see Developer Guide)
* Bug fixes
* Fix errors in KinSrcTimeHistory.py
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ AC_CHECK_HEADER([mpi.h], [], [AC_MSG_ERROR([header 'mpi.h' not found])])

dnl PETSC
AC_LANG(C)
CIT_PATH_PETSC([3.19.5])
CIT_PATH_PETSC([3.20.2])
CIT_HEADER_PETSC
CIT_CHECK_LIB_PETSC

Expand Down

0 comments on commit 7ceb311

Please sign in to comment.