| #
a3234186
|
| 26-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
451f6cb3
|
| 28-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/tune-sbaij-mvctx-setup' into 'master'
Improve MatSetUpMultiply_MPISBAIJ
See merge request petsc/petsc!2746
|
| #
b17e31d2
|
| 17-Apr-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Delete dead code
|
| #
0382be2f
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/scalapack' into 'master'
MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix
See merge request petsc/petsc!2858
|
| #
d24d4204
|
| 29-May-2020 |
Jose E. Roman <jroman@dsic.upv.es> |
MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix
|
| #
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
|
| #
9e31fb84
|
| 16-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/binary-io' into 'master'
Binary IO Enhancements
See merge request petsc/petsc!2594
|
| #
618cc2ed
|
| 14-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
MATSBAIJ: Add support for MPI-IO binary viewers
|
| #
f253e43c
|
| 09-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscBinaryWrite: Remove `istemp` boolean flag
|
| #
5d107231
|
| 12-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-more-typos' into 'master'
Fix more typos and add missing examples
See merge request petsc/petsc!2511
|
| #
fd292e60
|
| 12-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix more typos and add missing examples
|
| #
ccbe3378
|
| 26-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/update-suitesparse' into 'master'
Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case
See merge request petsc/petsc!2305
|
| #
eb1ec7c1
|
| 20-Nov-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths
we can reuse the same MatMult operation with no impact for non-complex builds Remove improper check for the hermitian complex case from Mat
MATSBAIJ: Fix Hermitian MatMult for Seq and MPI code paths
we can reuse the same MatMult operation with no impact for non-complex builds Remove improper check for the hermitian complex case from MatGetFactor and move it where it actually belongs Fix conversion routines from SBAIJ when the hermitian flag is set
show more ...
|
| #
1143afed
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
c347dca2
|
| 19-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
See merge request petsc/petsc!
Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
See merge request petsc/petsc!2179
show more ...
|
| #
3966268f
|
| 16-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble i
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble instead of PetscReal.
Commit-type: bug-fix Reported-by: Mark Lohry <mlohry@gmail.com>
show more ...
|
| #
cc17cd1e
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'master' into 'master'
Add --download-hpddm
See merge request petsc/petsc!1994
|
| #
28d58a37
|
| 22-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Fixes and improvements for PCHPDDM and KSPHPDDM
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
0921e4f2
|
| 05-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/preallocationcsr-nooffprocentries' into 'master'
Improve performance of MatMPI[S]BAIJSetPreallocationCSR
See merge request petsc/petsc!2008
|
| #
3bd0feec
|
| 24-Aug-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Same logic between MPIAIJ and MPI[SBAIJ,BAIJ].
|
| #
8d7d7975
|
| 08-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/sbaij-example' [PR #1940]
* stefano_zampini/sbaij-example: MATMPISBAIJ: add missing nullify for composed CSR function MatMPISBAIJSetPreallocationCSR: Fix for roworiente
Merge branch 'stefano_zampini/sbaij-example' [PR #1940]
* stefano_zampini/sbaij-example: MATMPISBAIJ: add missing nullify for composed CSR function MatMPISBAIJSetPreallocationCSR: Fix for roworiented input Mat tests ex233: added tests for SetPreallocationCSR functions
show more ...
|
| #
bb80cfbb
|
| 03-Aug-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMPISBAIJSetPreallocationCSR: Fix for roworiented input
add fast path insertion for bs==1 for the other block classes
|