| #
617fea42
|
| 01-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'prj--release-patch-77182' into 'main'
Fix missing new lines at the end of PetscInfo() calls
See merge request petsc/petsc!6770
|
| #
9d3446b2
|
| 01-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix missing new lines at the end of PetscInfo() calls
|
| #
aafa994d
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-warn-pcmpi' into 'main'
Fix compile warning in pcmpi.c with debugging=1
See merge request petsc/petsc!6759
|
| #
f9818f3c
|
| 27-Jul-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix compile warning in pcmpi.c with debugging=1
petsc/src/ksp/pc/impls/mpi/pcmpi.c: In function 'PCMPICreate': petsc/src/ksp/pc/impls/mpi/pcmpi.c:129:12: error: 'found' may be used uninitialized in
Fix compile warning in pcmpi.c with debugging=1
petsc/src/ksp/pc/impls/mpi/pcmpi.c: In function 'PCMPICreate': petsc/src/ksp/pc/impls/mpi/pcmpi.c:129:12: error: 'found' may be used uninitialized in this function [-Werror=maybe-uninitialized] 129 | *found = 0; | ~~~~~~~^~~
show more ...
|
| #
00bc44a4
|
| 26-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-16/pcmpi-simplify-options-database-api' into 'main'
Change the options database API for PCMPI to eliminate the -mpi_ options...
See merge request petsc/petsc!6611
|
| #
7a99bfca
|
| 22-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the options database API for PCMPI to eliminate the -mpi_ options prefix; thus one can run -mpi_linear_solver_server -ksp_type cg -pc_type gamg to get the parallel version of these preconditio
Change the options database API for PCMPI to eliminate the -mpi_ options prefix; thus one can run -mpi_linear_solver_server -ksp_type cg -pc_type gamg to get the parallel version of these preconditioners.
Commit-type: usability
show more ...
|
| #
3821be0a
|
| 17-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Track levels of nesting of KSP, for example KSPBJACOBI has nesting 1 higher than the calling KSP
|
| #
cf9512e4
|
| 17-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-Wextra-semi-stmt' into 'main'
Fix -Wextra-semi-stmt
See merge request petsc/petsc!6708
|
| #
a8f51744
|
| 14-Jul-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wextra-semi-stmt
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
feefa0e1
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: ksp
|
| #
de5d30bf
|
| 16-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mathypre' into 'main'
cleanup mathypre
See merge request petsc/petsc!6528
|
| #
bbea24aa
|
| 14-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor: Fix typo nozero -> nonzero
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
00095a3f
|
| 29-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-22/improve-pcmpi' into 'main'
Start gathering more statistics on PCMPI
See merge request petsc/petsc!5679
|
| #
68a21331
|
| 27-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Have PCMPI transmit matrix properties from sequential matrix to parallel matrix and support rectangular matrices
Commit-type: feature /spend 20m
|
| #
0316ec64
|
| 26-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add a special -log_view stage for tracking events within the parallel solve
The percentage of time etc in the stage will thus be useful in understanding the performance of the entire solver inside t
Add a special -log_view stage for tracking events within the parallel solve
The percentage of time etc in the stage will thus be useful in understanding the performance of the entire solver inside the PCMPI
Commit-type: feature, logging /spend 2h
show more ...
|
| #
5316cbed
|
| 22-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
View more statistics on PCMPI solves
Commit-type: feature /spend 1h
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|