| #
dfd57a17
|
| 30-Aug-2021 |
Pierre Jolivet <pierre@joliv.et> |
requires: define -> requires: defined
|
| #
9d82f6be
|
| 15-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4e4cc714
|
| 14-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/matmat-cpufallback' into 'release'
MATAIJCUSPARSE: dispatch to CPU if requested
See merge request petsc/petsc!4158
|
| #
65e4b4d4
|
| 09-Jul-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATAIJCUSPARSE: dispatch to CPU if requested
fix CPU codepath for device matrices fix MPI ptap Add tests
|
| #
49824467
|
| 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'
Fix bad error code returns in various places in PETSc
See merge request petsc/petsc!3846
|
| #
d8185827
|
| 07-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-f
Fix code that did not pass appropriate PETSc error flags to SETERRQ()
Add checkbadSource check for use of SETERRQ() without an appropriate error flag
Commit-type: error-checking, bug-fix, testing-fix, style-fix /spend 2.5h
show more ...
|
| #
b8d20d50
|
| 25-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/add-DMDAVecGetKokkosOffsetView'
Add DMDAVecGetKokkosOffsetView and friends
See merge request petsc/petsc!3383
|
| #
1a2c6b5c
|
| 10-Nov-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Rename -mat_cusparse_transgen to -mat_form_explicit_transpose
|
| #
9f90f53a
|
| 04-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'
MatMat operations with CUSPARSE
See merge request petsc/petsc!3391
|
| #
3cea4f0a
|
| 20-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat ex62: add backend test
|
| #
15df37b9
|
| 19-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat ex62: add broken MKL test
|
| #
cec0a6c6
|
| 19-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatAIJMKL: enable parallel PtaP
Wondering if it ever worked?
|
| #
5cb69cab
|
| 12-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat test ex62: add MPICUSPARSE tests
|
| #
20b3374b
|
| 03-Nov-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat tests ex62: added tests for MATSEQAIJCUSPARSE and MATSEQAIJKOKKOS
|
| #
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 ...
|
| #
833b33c1
|
| 29-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'
Fixes to MatProduct + many bug fixes + new hierarchical matrix support
See merge request petsc/petsc!2800
|
| #
6718818e
|
| 17-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatProduct: proper cleanup of additional data structure
Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines Deprecate MatFreeInterm
MatProduct: proper cleanup of additional data structure
Do not mess with view/destroy routine, add an extra slot to MatProduct struct to stash the data, destroy/view routines Deprecate MatFreeIntermediateStructures in favor of MatProductClear Clean up base headers for matrix classes Update tests (remove some todos from ex70 because now the tests work properly) MatProductSetType should not set the setfromoptions operation! MatProductClear should reset operations Remove no longer needed function composition Add few more PetscInfo messages Single dispatch routine MatProductSetFromOptions routines are now allowed to fail MatProductSetFromOptions_SeqXBAIJ_SeqDense: support for MATPRODUCT_AtB MatTransposeMatMultNumeric_SeqAIJ_SeqDense: fix bug with leading dimensions Make internal functions PETSC_INTERN Fix a couple of places where the destroy routine of the matrix was changed Products should all use internal data (or composed data attached to the internal data) Fix few bugs in MPIAIJ_MPIDENSE product with stages
show more ...
|
| #
910fa13f
|
| 06-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat ex62: add test inquiring for symbolic product
|
| #
9c919e7d
|
| 05-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
055802ab
|
| 04-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matmatmult-prj' into 'maint'
Fix MatMatMult old API when reusing dense output matrix
See merge request petsc/petsc!2761
|
| #
67b3012e
|
| 02-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat ex62: re-enable testing, only with MatSetOption after MatProductSymbolic
|
| #
0ad02fca
|
| 02-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Revert "enable MatSetOption() for matproduct; Reported by Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>"
This reverts commit 0e1ed72ee065c9f36858e956742a5e16988d3676.
|
| #
3280a7ba
|
| 27-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
e9a4ff25
|
| 24-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/mat-enable-setoption-for-product' into 'maint'
enable MatSetOption() for matrix products
See merge request petsc/petsc!2733
|