| #
daba9d70
|
| 19-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-16/change-cpp-to-cxx' into 'main'
Change *.cpp to *.cxx
See merge request petsc/petsc!9043
|
| #
d52a580b
|
| 19-Feb-2026 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Change *.cpp to *.cxx
|
| #
a52f8fba
|
| 04-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-03/minor-improvement' into 'main'
Minor improvements in config and makefile
See merge request petsc/petsc!8999
|
| #
5ec1583a
|
| 02-Feb-2026 |
Junchao Zhang <jczhang@anl.gov> |
gmakefile: print out HIPC and SYCLC info if exist
|
| #
0b3a6bba
|
| 23-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-03/use-shellcheck-on-shellscripts' into 'main'
add make shellcheck
See merge request petsc/petsc!8933
|
| #
1199fdcb
|
| 20-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Style guide for makefiles
|
| #
bcd4bb4a
|
| 03-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add make checkshellcheck and shellcheck to use shellcheck on PETSc scripts
|
| #
749c190b
|
| 25-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'
Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08
See merge request petsc/petsc!8885
|
| #
b06eb4cd
|
| 04-Dec-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08
Add PETSC_INT_KIND and PETSC_MPIINT_KIND
Reported-by: M.Weiland@epcc.ed.ac.uk
|
| #
f5f4e933
|
| 08-Dec-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
fprettify does not need to trigger generating all the CI test scripts
which take forever
Why can't this line be an opt in instead of an opt out, then we won't need to keep on adding new rules to th
fprettify does not need to trigger generating all the CI test scripts
which take forever
Why can't this line be an opt in instead of an opt out, then we won't need to keep on adding new rules to the list of opt out?
show more ...
|
| #
5e642da6
|
| 21-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/checkbadSource' into 'main'
checkbadSource: enforce proper style in makefiles
See merge request petsc/petsc!8802
|
| #
3f02e49b
|
| 21-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: enforce proper style in makefiles
|
| #
97aba221
|
| 31-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-25/change-makealletags-to-makeetags' into 'main'
Change make alletags to make etags since it always makes all of them
See merge request petsc/petsc!8593
|
| #
343dd72a
|
| 31-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change make alletags to make etags since it always makes all of them
|
| #
ae414029
|
| 29-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a27f4951
|
| 29-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-info' into 'release'
gmakefile: fix CPP usage in 'info'
See merge request petsc/petsc!8439
|
| #
25a77c06
|
| 27-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
gmakefile: fix CPP usage in 'info'
|
| #
5f5eafce
|
| 23-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1b3d8219
|
| 21-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-setup-petsc4py' into 'release'
[mpi,petsc]4py: do not let setup.py add extra flags with Intel compilers
See merge request petsc/petsc!8333
|
| #
e8a0dc00
|
| 19-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
No need to generate tests when building external libraries
|
| #
c12c1262
|
| 10-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/feature-ml-petscregressor' into 'main'
Add basic PetscRegressor component with support for a few linear regressors
See merge request petsc/petsc!7709
|
| #
34b254c5
|
| 09-Apr-2025 |
Richard Tran Mills <rmills@rmills.org> |
Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit
Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov> Co-authored-by: Hansol Suh <hsuh@anl.gov> Co-authored-by: Bar
Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit
Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov> Co-authored-by: Hansol Suh <hsuh@anl.gov> Co-authored-by: Barry Smith <bsmith@petsc.dev> Co-authored-by: Toby Isaac <toby.isaac@gmail.com> Co-authored-by: Satish Balay <balay@mcs.anl.gov>
Mr. Hong Zhang developed the petsc4py interface and examples. Hansol Suh provided extensive help with updating the code to the latest PETSc coding guidelines and APIs, some documentation development, getting documentation to build correctly, getting new tests into the test harness, and numerous big fixes plus minor changes. Barry Smith provided extensive feedback and code to get the Fortran interfaces and documentation build working. Toby Isaac provided a fix to prevent breakage with complex-arithmetic builds. Satish Balay provided important help with fixing builds.
Thanks-to: Pierre Jolivet <pierre@joliv.et> Thanks-to: Jed Brown <jed@jedbrown.org> Thanks-to: Jose Roman <jroman@dsic.upv.es> Thanks-to: Stefano Zampini <stefano.zampini@gmail.com>
Pierre, Jed, Jose, and Stefano provided extremely helpful feedback and suggestions during the merge review process.
show more ...
|
| #
b0dcfd16
|
| 23-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-20/minor-fortran-cleanup' into 'main'
Minor cleanup of Fortran binding stuff to simplify future maintainance
See merge request petsc/petsc!8218
|
| #
6dd63270
|
| 20-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
show more ...
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|