| #
ae1ee551
|
| 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/more-petscdefined' into 'main'
Minor housekeeping
See merge request petsc/petsc!9058
|
| #
fc2fb351
|
| 21-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Switch some defined(PETSC_ to PetscDefined(
|
| #
6c569305
|
| 13-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-05/improve-mpi-gpu-aware' into 'main'
Improve MPI GPU-aware configure and check
See merge request petsc/petsc!9005
|
| #
a8cf87e0
|
| 12-Feb-2026 |
Junchao Zhang <jczhang@anl.gov> |
Replace mpirun with mpiexec, as only the latter is in the standard
|
| #
f9505a97
|
| 11-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-housekeeping' into 'main'
configure updates and MUMPS housekeeping
See merge request petsc/petsc!9017
|
| #
d05c1be8
|
| 09-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
MATSOLVERMUMPS: minor cleanup
|
| #
8bf77069
|
| 07-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-12-25/mumps-out-of-core' into 'main'
Support MUMPS out-of-core facility
Closes #1116
See merge request petsc/petsc!8915
|
| #
ac521185
|
| 26-Dec-2025 |
Junchao Zhang <jczhang@anl.gov> |
MUMPS: support its out-of-core facility
close #1116
|
| #
31c35b62
|
| 05-Jan-2026 |
Junchao Zhang <jczhang@anl.gov> |
MUMPS: fix a naming typo
|
| #
77e95857
|
| 05-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tcaruso/mumps_ICNTL_49' into 'main'
Add support for MUMPS ICNTL(49) in PETSc
See merge request petsc/petsc!8886
|
| #
7cd49bde
|
| 05-Dec-2025 |
tom.caruso <tomarthur.caruso@gmail.com> |
MATSOLVERMUMPS: add support for ICNTL(49)
Funded-by: France 2030 NumPEx Exa-MA (ANR-22-EXNU-0002) project
|
| #
8838bf16
|
| 05-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-mumps' into 'main'
MATSOLVERMUMPS: fix compilation with OpenMP and no mixed precision
See merge request petsc/petsc!8883
|
| #
d77aa1b8
|
| 04-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
MATSOLVERMUMPS: fix compilation with OpenMP and no mixed precision
|
| #
e8c0849a
|
| 20-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-10-18/optimize-aij-ops' into 'main'
Refactor handling of diagonal marking in *AIJ and SELL matrices
See merge request petsc/petsc!8797
|
| #
421480d9
|
| 19-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()
- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time
- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()
- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time
- Accessing Mat_SeqXXX->diag now requires the use of MatGetDiagonalMarkers_SeqXXX() except when the current values are known to be correct; for example during numerical factorizations and solves
- Mat_SeqXXX->diag is now never shared among matrices; hence the free_diag flag is gone. That was always a risky proposition since any of the owning matrices could chang the values thus making them incorrect for other owners.
show more ...
|
| #
5247074e
|
| 21-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-10-20/fix-mumps' into 'main'
Fix some MUMPS interface problems
See merge request petsc/petsc!8801
|
| #
2893035c
|
| 20-Oct-2025 |
Junchao Zhang <jczhang@anl.gov> |
MUMPS: remove the unneeded ;
|
| #
7096bf6a
|
| 20-Oct-2025 |
Junchao Zhang <jczhang@anl.gov> |
MUMPS: remove nsol_loc introduced in 5.7 as we do not use it
It cause compilation errors with MUMPS-5.6 shipped by the recent Ubuntu LTS version
Reported-by: Josh Hope-Collins
|
| #
9a3a8673
|
| 17-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-09-19/precision-mumps' into 'main'
Support different precisions with MUMPS
See merge request petsc/petsc!8715
|
| #
941063a0
|
| 16-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
cf053153
|
| 29-Sep-2025 |
Junchao Zhang <jczhang@anl.gov> |
MUMPS: add multi-precision support
|
| #
3bf23581
|
| 14-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-Wshorten-64-to-32' into 'release'
Fix -Wshorten-64-to-32
See merge request petsc/petsc!8782
|
| #
407b358c
|
| 13-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wshorten-64-to-32
|
| #
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
|