| #
60f11f4c
|
| 25-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'
CHKERRQ() -> CHKERRMPI()
See merge request petsc/petsc!3637
|
| #
55b25c41
|
| 19-Feb-2021 |
Pierre Jolivet <pierre@joliv.et> |
CHKERRQ() -> CHKERRMPI()
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
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 ...
|
| #
8e2166ac
|
| 08-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
dd0b838b
|
| 08-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/fix-matgetrowmaxabs_xbaij/release' into 'release'
bugfix for MatGetRowMaxAbs_MPIBAIJ(); add more tests for BAIJ and SBAIJ
See merge request petsc/petsc!3315
|
| #
43359b5e
|
| 06-Oct-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatGetRowMaxAbs_MPIBAIJ(); add more tests for BAIJ and SBAIJ
|
| #
f86dcd11
|
| 26-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-09-24/matsetvalues-index-check-always' into 'master'
Always check for out of range indices in MatSetValues_MPIXXAIJ()
See merge request petsc/petsc!3243
|
| #
c1758adb
|
| 24-Sep-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Always check for out of range indices in MatSetValues_MPIXXAIJ()
People run much larger more interesting cases with debugging turned off so the debug version may not catch actual errors
Commit-type
Always check for out of range indices in MatSetValues_MPIXXAIJ()
People run much larger more interesting cases with debugging turned off so the debug version may not catch actual errors
Commit-type: error-checking /spend 5m
show more ...
|
| #
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
|
| #
7b917211
|
| 24-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
Fix 0 -> NULL for pointers
See merge request petsc/petsc!3086
|
| #
f4259b30
|
| 23-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Mat: Replace 0 -> NULL for pointers
|
| #
850fc14f
|
| 06-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-07-05/fix-petsc-unlikely-debug' into 'master'
Trivial fixes for PetscUnlikelyDebug usage
See merge request petsc/petsc!2956
|
| #
9245e749
|
| 06-Jul-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Trivial fixes for PetscUnlikelyDebug usage
Commit-type: error-checking, style-fix /spend 5m
|
| #
9c15a9aa
|
| 24-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/defined-nocpp' into 'master'
PetscDefined: test whether a configuration macro is defined without #ifdef
See merge request petsc/petsc!157
|
| #
cf9c20a2
|
| 19-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
PetscUnlikelyDebug: add useful macro for conditionals that should be skipped in optimized mode
|
| #
76bd3646
|
| 14-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG
|
| #
86581237
|
| 22-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
84516c07
|
| 22-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-wrong-semicolons' into 'maint'
Fix wrong semicolons
See merge request petsc/petsc!2732
|
| #
d21b9a37
|
| 21-Apr-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Fix wrong semicolons
|
| #
5b8888ca
|
| 21-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhng/matproduct-api'
|
| #
4222ddf1
|
| 13-Jan-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C - See matproduct.c for detailed description of new API - removed API function XXXSymbolic() and XXXNumeric()
This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C - See matproduct.c for detailed description of new API - removed API function XXXSymbolic() and XXXNumeric() - removed subroutines MatMatMult_xxx, MatPtAP_xxx, ... - modified MatxxxSymbolic_XXX() prototype (product is an input now) - selection of algorithm is in MatProductSetFromOptions_xxx()
show more ...
|