| c6a88246 | 24-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/fix-getsubmats-reuse' |
| c67fe082 | 23-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup |
| 006cef31 | 23-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for memory error as reported by nightly tests |
| e69d178c | 22-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix warnings reported by nightly tests |
| 4698041c | 21-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
fixbug for MPIBAIJ |
| 16b64355 | 21-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
reorganize/rename MatDestroy_xxx_SubMatrices |
| bc99ddf5 | 21-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix |
| de7ef04e | 20-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for matgetmatrices_ |
| 30a70a9a | 18-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak of runex56_2 |
| df750dc8 | 17-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatDestroySubMatrices(); bugfix |
| 70141dcc | 17-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix MatGetSubMatricesMPI_MPIXAIJ() |
| a3b2e22b | 17-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MATDUMMY for saving matrix reuse data |
| 2c49b84a | 16-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetSubMatrices_MPIAIJ() works for nis=0 and max_no=0 |
| 2a2cbb2e | 16-Feb-2017 |
Toby Isaac <tisaac@uchicago.edu> |
MatAIJ KLU: remove redefinition of SuiteSparse_long
SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be, and provides a mechanism for overriding it, but that shou
MatAIJ KLU: remove redefinition of SuiteSparse_long
SuiteSparse_config.h has it's own logic for determining what SuiteSparse_long should be, and provides a mechanism for overriding it, but that should be done at configure time, not in a source file. Dictating causes compliance errors, even when is the same size.
show more ...
|
| 5202f6e6 | 16-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: enable nis=0 for MatGetSubMatrices_MPIAIJ |
| fb2a4d40 | 15-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhang/fix-matcreate-null-a' |
| 43e49210 | 13-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for '-mat_view' when matvalue array = null Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
| c6703e47 | 11-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matmatmult-nonscalable' |
| 9852e123 | 11-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?
Using consistent names for va
The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?
Using consistent names for variables makes code simpler to maintain
show more ...
|
| 60106aa7 | 09-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
may switch to scalable only when B->cmap->N > 100000 |
| eb54a165 | 09-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matgetsubmatrices-mpibaij' |
| 5e68f438 | 08-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ() |
| 31ae5339 | 07-Feb-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix divide by zero exposed by 8534686b5096cd4c91a8f3895408b386c0628431 - and produced by petsc4py testsuite |
| a21198ab | 07-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Always check for missing rows that are being zeroed
Thanks-to: Jan Blechta |
| 5cab4f04 | 07-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize nonscalable MatMatMult for mpiaij matrix |