| 994fe344 | 22-Jun-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscInfo: Add missing errorchecking |
| eef1237c | 22-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
add missing statements |
| 0e6b8875 | 21-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMatTranspose() |
| eb3ef3b2 | 20-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMatTransposeSolve_MUMPS() -- not fully implemented yet. |
| c0be3364 | 20-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix communicator in SETERRQ(), as suggested by Stefano |
| be818407 | 20-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup MatMatSolve_MUMPS() |
| 2b691707 | 20-Jun-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
add support for parallel sparse RHS (in host) for MatMatSolve_MUMPS() Requested-by: Marius Buerkle <mbuerkle@web.de> |
| 510b72f4 | 20-Jun-2018 |
Richard Tran Mills <rmills@rmills.org> |
Fixed typo in SeqAIJMKL comment. |
| 418a79a2 | 17-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'rmills/fix-aijperm-add-MatPtAP_is_seqaijperm' |
| 217044c2 | 11-Jun-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
Event logging synchronization
- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd - Option -log_sync enables barrier synchronization for all events - A few non-collective events are disabled
Event logging synchronization
- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd - Option -log_sync enables barrier synchronization for all events - A few non-collective events are disabled (eg. {Vec|Mat}SetValues)
show more ...
|
| 0d26a50c | 14-Jun-2018 |
Richard Tran Mills <rmills@rmills.org> |
Added missing composed function MatPtAP_is_seqaijperm_C(). |
| e05b4f34 | 14-Jun-2018 |
Richard Tran Mills <rmills@rmills.org> |
Fixed typo in an argument list for a function call inside MatConvert_SeqAIJMKL_SeqAIJ. |
| a0dc3a43 | 14-Jun-2018 |
Richard Tran Mills <rmills@rmills.org> |
Added missing composed function MatPtAP_is_seqaijmkl_C(). |
| 1bcc1f42 | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| b632f44c | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/cherrypick/maint' into maint |
| a5c21ed8 | 29-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
style fixes |
| 749130a8 | 28-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatIncreaseOverlap: preserve communicator of index sets |
| 3e0fb7f3 | 28-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMPIAIJ: fix indentation and missing CHKERRQ |
| 2847e3fd | 17-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat: MAT_INPLACE_MATRIX can be used for transposition with rectangular matrices
Added a couple of tests |
| 526790fc | 02-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
Also remove 'ex219f:' from src/mat/examples/tests/makefile |
| b38c15b3 | 29-May-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatDisassemble_{*}AIJ: fix propagation of insertion error flag
We cannot set a -1 flag, as this will generate an error at the first values insertion |
| 21c5b617 | 30-May-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Cannot directly print complex numbers
Commit-type: bug-fix Reported-by: pipeline tests |
| 0587a0fc | 30-May-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
MAT_NEW_NONZERO_LOCATIONS flag did not work correctly for MPIAIJ matrices
Commit-type: bug-fix, example Reported-by: Marius Buerkle <mbuerkle@web.de> |
| 57f8f5fd | 25-May-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| c1c1d628 | 24-May-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
Fix typo in manual Reported-by: Jaroslaw Piwonski (CAU) <jpi@informatik.uni-kiel.de> |