| #
fc426f32
|
| 14-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/mat-force-diagonals' into 'master'
Hzhang/mat force diagonals
See merge request petsc/petsc!3472
|
| #
8c78258c
|
| 09-Dec-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add MatOption MAT_FORCE_DIAGONAL_ENTRIES; rm MAT_NEW_DIAGONALS Reported-by: Nourgaliev, Robert Nr <nourgaliev1@llnl.gov> implemented for C = At*B with aij for all the algorithms implemented for C = A
Add MatOption MAT_FORCE_DIAGONAL_ENTRIES; rm MAT_NEW_DIAGONALS Reported-by: Nourgaliev, Robert Nr <nourgaliev1@llnl.gov> implemented for C = At*B with aij for all the algorithms implemented for C = A*B with aij matrices
show more ...
|
| #
0c98527c
|
| 30-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-11-26/use-petsc-stack-call-blas' into 'master'
Barry/2020 11 26/use petsc stack call blas
See merge request petsc/petsc!3438
|
| #
73cf7048
|
| 26-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add missing PetscStackCallBLAS()
Commit-type: i.e. error-checking /spend 25m
|
| #
09833dfc
|
| 09-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
31d30fd0
|
| 07-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/header-symbol-consistency' into 'release'
Remove interface declarations for functions that don't exist
See merge request petsc/petsc!3374
|
| #
f719121f
|
| 28-Oct-2020 |
Jed Brown <jed@jedbrown.org> |
Remove remnant CUSP declarations/references
|
| #
c898d852
|
| 18-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatView: fix operation for CUSPARSE specialization
|
| #
efba6e65
|
| 10-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
d1debf72
|
| 09-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-gamg-transposegencuda' into 'release'
Fix CUDA performance regression and KOKKOS bugfixes
See merge request petsc/petsc!3310
|
| #
b215bc84
|
| 06-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqAIJINode: do not change pointers for Mult,MultAdd and SOR
|
| #
3d0639e7
|
| 06-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATAIJ: few more fixes to KOKKOS and fixes to function composition
|
| #
d428a027
|
| 27-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/mat-vec-kokkos' into 'master'
Add vec Kokkos and mat Kokkos
See merge request petsc/petsc!3219
|
| #
8c3ff71b
|
| 20-Sep-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add MATAIJKOKKOS
|
| #
b6dfdc3e
|
| 23-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-matgetrowmax/maint' into 'master'
bugfix for MatGetRowMax_xxxAIJ
See merge request petsc/petsc!3177
|
| #
4e879ede
|
| 18-Sep-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix MatGetRowMaxAbs() for MPIBAIJ
|
| #
f07e67ed
|
| 17-Sep-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix MatGetRowMinAbs() for AIJ matrix
|
| #
475b8b61
|
| 15-Sep-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix MatGetRowMaxAbs() for AIJ matrix
|
| #
fa213d2f
|
| 14-Sep-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix MatGetRowMin_ for SeqAIJ and MPIAIJ
|
| #
1a254869
|
| 13-Sep-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatGetRowMax_xxxAIJ Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu>
|
| #
d6c9e3d1
|
| 14-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/09-08-2020/fix-debug-mpiabort-on-other-ranks' into 'master'
Barry/09 08 2020/fix debug mpiabort on other ranks
See merge request petsc/petsc!3179
|
| #
81fa06ac
|
| 08-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix error with MatAXPY_Seq/MPIAIJ that lost the layout and MatStencilInfo information from the input matrix. The code has not been touched for five years so it is odd the bug was never exposed before
Fix error with MatAXPY_Seq/MPIAIJ that lost the layout and MatStencilInfo information from the input matrix. The code has not been touched for five years so it is odd the bug was never exposed before.
Add a precheck in MatAXPY_SeqAIJ() for identical nonzero pattern to avoid the constant recomputation of the resulting matrix.
Commit-type: optimization, bug-fix /spend 3h Reported-by: Ed Bueler
show more ...
|
| #
155166ee
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/duplicate-empty-matrix' into 'master'
Allow duplication of an empty matrix
See merge request petsc/petsc!3157
|
| #
ca133879
|
| 08-Sep-2020 |
Jose E. Roman <jroman@dsic.upv.es> |
Allow duplication of an empty matrix
|
| #
86dae7b0
|
| 08-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/typos' into 'master'
Fix several typos in error strings
See merge request petsc/petsc!3141
|