| #
7f031e8b
|
| 15-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/pacify-gcc' into 'main'
Fix (erroneous) -Wmaybe-uninitialized (#1847)
See merge request petsc/petsc!9036
|
| #
31a765c4
|
| 14-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Fix style of 6497c311e7b976d467be1503c1effce92a60525c
|
| #
5d2a865b
|
| 21-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/safeguard-pchpddm-schur-ci' into 'main'
Housekeeping + more safeguards in PCHPDDM
See merge request petsc/petsc!8859
|
| #
418fb43b
|
| 18-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
Housekeeping
|
| #
5fa70555
|
| 06-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/energy-monitor' into 'main'
Add the logging of gpu energy
See merge request petsc/petsc!8817
|
| #
5268dc8a
|
| 14-Aug-2025 |
Hong Zhang <hongzhang@anl.gov> |
Add the logging of gpu energy
- Remove unneeded PETSC_HAVE_DEVICE macro - -log_view_gpu_energy requires CUDA version >= 12.2 - Use PetscDefined instead of macro
|
| #
8112c1cb
|
| 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-09-04/deprecate-mpiu-bool' into 'main'
Deprecate MPIU_BOOL which used to be for PETSc's enum Bool but now is just MPI_C_BOOL
See merge request petsc/petsc!8691
|
| #
5440e5dc
|
| 04-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate MPIU_BOOL which used to be for PETSc' enum Bool but now is just MPI_C_BOOL so no longer needs its own name
|
| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
3a7d0413
|
| 12-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
One-liners from petsc/petsc!5344 and petsc/petsc!5557
Slightly reworked regular expression
git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do cat
One-liners from petsc/petsc!5344 and petsc/petsc!5557
Slightly reworked regular expression
git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do cat $file | tr '\n' '\r' | sed -E 's/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g' | tr '\r' '\n' > ${file}.joe; mv ${file}.joe ${file} done
show more ...
|
| #
ac84af74
|
| 30-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-07-27/processor-to-process' into 'main'
Replace processors with processes as process is the correct term in MPI
See merge request petsc/petsc!8599
|
| #
5cb5107f
|
| 27-Jul-2025 |
Junchao Zhang <jczhang@anl.gov> |
Sys: replace processors with processes as process is the correct term in MPI
MPI uses "MPI process" and "rank of MPI process".
Not meant to replace all "processors" in petsc code, but some importan
Sys: replace processors with processes as process is the correct term in MPI
MPI uses "MPI process" and "rank of MPI process".
Not meant to replace all "processors" in petsc code, but some important ones in -log_view output
show more ...
|
| #
934c28dd
|
| 22-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
60880404
|
| 22-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/fix-log-event-resume' into 'release'
Logging - Fix order of nested resumed events to match original nesting
See merge request petsc/petsc!8511
|
| #
b83e8237
|
| 01-Jul-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Logging - Fix order of nested resumed events to match original nesting
|
| #
17b1a781
|
| 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e47105bb
|
| 18-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-logview' into 'release'
Sys: more fixes for PetscLogView()
See merge request petsc/petsc!8479
|
| #
5993eba9
|
| 17-Jun-2025 |
Pierre Jolivet <pierre@joliv.et> |
Sys: more fixes for PetscLogView()
Reported-by: Volker Jacht @jac_grs
|
| #
ae414029
|
| 29-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
61884c0f
|
| 25-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-logview' into 'release'
PetscLogView(): fix wrong check for user-created PetscViewer
See merge request petsc/petsc!8405
|
| #
a0449d98
|
| 19-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Sys: check in PetscLogView() only when in PetscFinalize()
Fixes #1761 Reported-by: Volker Jacht @jac_grs
|
| #
174dc0c8
|
| 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a27bb313
|
| 28-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/fix-log_view' into 'release'
Fix -log_view to display 1e-6 correctly
See merge request petsc/petsc!8351
|
| #
69fd5fea
|
| 27-Apr-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix -log_view to display 1e-6 correctly
|
| #
b8cc7c9f
|
| 10-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|