File tree Expand file tree Collapse file tree 8 files changed +14
-13
lines changed
Expand file tree Collapse file tree 8 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1- # Changes: Development
1+ # Changes: 3.24
22
33% STYLE GUIDELINES:
44% * Capitalize sentences
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ editor.
2121``` {toctree}
2222:maxdepth: 1
2323
24- main - PETSc development version <dev >
24+ 3.24 - Public Release, Sep 29, 2025 <324 >
2525 3.23 - Public Release, Mar 28, 2025 <323>
2626 3.22 - Public Release, Sep 28, 2024 <322>
2727 3.21 - Public Release, Mar 29, 2024 <321>
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ library.
2626
2727Tarball which contains only the source. Documentation available [ online] ( https://petsc.org/release ) .
2828
29- - [ petsc-3.23.7 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.7 .tar.gz )
29+ - [ petsc-3.24.0 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.0 .tar.gz )
3030
3131Tarball which includes all documentation, recommended for offline use.
3232
33- - [ petsc-with-docs-3.23.7 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-with-docs-3.23.7 .tar.gz )
33+ - [ petsc-with-docs-3.24.0 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-with-docs-3.24.0 .tar.gz )
3434
3535Tarball to enable a separate installation of petsc4py.
3636
37- - [ petsc4py-3.23.7 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.23.7 .tar.gz )
37+ - [ petsc4py-3.24.0 .tar.gz] ( https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.24.0 .tar.gz )
3838
3939To extract the sources use:
4040
Original file line number Diff line number Diff line change @@ -564,10 +564,10 @@ Specify a different `--prefix` location for each configure of different options
564564configure time. For example:
565565
566566``` console
567- $ ./configure --prefix=/opt/petsc/petsc-3.23 .0-mpich --with-mpi-dir=/opt/mpich
567+ $ ./configure --prefix=/opt/petsc/petsc-3.24 .0-mpich --with-mpi-dir=/opt/mpich
568568$ make
569569$ make install [DESTDIR= /tmp/petsc-pkg]
570- $ ./configure --prefix=/opt/petsc/petsc-3.23 .0-openmpi --with-mpi-dir=/opt/openmpi
570+ $ ./configure --prefix=/opt/petsc/petsc-3.24 .0-openmpi --with-mpi-dir=/opt/openmpi
571571$ make
572572$ make install [DESTDIR= /tmp/petsc-pkg]
573573```
Original file line number Diff line number Diff line change 33``` {toctree}
44:maxdepth: 1
55
6+ 3.23 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.23/docs>
67 3.22 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.22/docs>
78 3.21 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.21/docs>
89 3.20 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.20/docs>
Original file line number Diff line number Diff line change @@ -9014,7 +9014,7 @@ @TechReport{ petsc-user-ref
90149014 and Junchao Zhang},
90159015 title = {{PETSc/TAO} Users Manual},
90169016 institution = {Argonne National Laboratory},
9017- number = {ANL-21/39 - Revision 3.23 },
9017+ number = {ANL-21/39 - Revision 3.24 },
90189018 doi = {10.2172/2565610},
90199019 year = {2025}
90209020}
Original file line number Diff line number Diff line change 44
55/* MANSEC = Sys */
66
7- #define PETSC_VERSION_RELEASE 0
7+ #define PETSC_VERSION_RELEASE 1
88#define PETSC_VERSION_MAJOR 3
9- #define PETSC_VERSION_MINOR 23
10- #define PETSC_VERSION_SUBMINOR 7
11- #define PETSC_RELEASE_DATE "Mar 28 , 2025"
9+ #define PETSC_VERSION_MINOR 24
10+ #define PETSC_VERSION_SUBMINOR 0
11+ #define PETSC_RELEASE_DATE "Sep 29 , 2025"
1212#define PETSC_VERSION_DATE "unknown"
1313
1414#if !defined(PETSC_VERSION_GIT )
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ PetscErrorCode PetscCitationsInitialize(void)
470470 and Jose~E. Roman and Karl Rupp and Patrick Sanan and Jason Sarich and Barry~F. Smith and Hansol Suh\n\
471471 and Stefano Zampini and Hong Zhang and Hong Zhang and Junchao Zhang},\n\
472472 Title = {{PETSc/TAO} Users Manual},\n\
473- Number = {ANL-21/39 - Revision 3.23 },\n\
473+ Number = {ANL-21/39 - Revision 3.24 },\n\
474474 Doi = {10.2172/2565610},\n\
475475 Institution = {Argonne National Laboratory},\n\
476476 Year = {2025}\n}\n" ,
You can’t perform that action at this time.
0 commit comments