| 93f203bf | 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/cleanup-external-mat-solver-packages' |
| 85ad69f6 | 11-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 465f34ae | 09-May-2016 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Add const to VecCUDAGetArrayRead() to match with VecGetArrayRead() |
| 16a2e217 | 09-May-2016 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Fix use of not initialized variable |
| 2a808120 | 09-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
a variety of fixes for issues detected by the clang static analyzer
Reported-by: clang static analyzer |
| 375ed354 | 07-May-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() |
| 691d659b | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/cleanup-external-mat-solver-packages' of bitbucket.org:petsc/petsc into barry/cleanup-external-mat-solver-packages |
| 2fb960b2 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Only free the IJ datastructure for cpardiso for parallel runs since sequentially it is shared with the matrix |
| ddb03591 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for typos in removal of spptr usage from mkl_pardiso |
| 660873c6 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed use of spptr and dummy matrices from mkl_cpardiso
Note tested since I don't have easy access to such software |
| c4e34796 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/cleanup-external-mat-solver-packages |
| dfa13051 | 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
removed use of goofy spptr from mkl_pardiso
Not tested since that is not so easy |
| ac913495 | 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed goofy use of spptr and creation of dummy SeqAIJ matrix in MatGetFactor_seqaij_essl
Not tested since I don't have access to essl |
| 9a5db2c3 | 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleaned up MatGetFactor_seqaij_matlab()
No longer creates dummy SeqAIJ matrix for factor Clears matrix and factors from Matlab memory when PETSc Mat object is destroyed Removed unneeded mention of -
Cleaned up MatGetFactor_seqaij_matlab()
No longer creates dummy SeqAIJ matrix for factor Clears matrix and factors from Matlab memory when PETSc Mat object is destroyed Removed unneeded mention of -with-matlab-engine from Matlab.py
show more ...
|
| a560ef98 | 06-May-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com> |
| 58c95f1b | 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PASTIX to not use spptr
Also fixed memory leaks in PASTIX for parallel solves |
| e69c285e | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the MUMPS interface to not use spptr |
| 569c4379 | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
update klu solver code to not use spptr for the klu data since that is unnecessary and confusing |
| afb24a81 | 05-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| b9c12af5 | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
changes to cholmod and umfpack to avoid the unneccesary use of spptr and
simplify the implimation of external solver packages |
| 6b8f6f9d | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
change suitesparse cholmod interface to no longer use spprtr |
| ecddaf3c | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Introduced a MatGetInfo_External() that can be used by all external packages so we do not
need to provide one for each external package. |
| a305db0b | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fix superlu_dist interface to not use spptr and simplify code |
| 245fece9 | 05-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated SuperLU interface to not use spptr and simplified and cleaned up interface code slightly |
| 89c488ff | 04-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
cpardiso: fix segv and memory leaks
Reported-by: "Miorelli, Federico" <Federico.Miorelli@CGG.COM> |