Merge branch 'maint'
cpardiso: fix build error with mkl_cpardisof.cReported-by: Randall Mackie <rlmackie862@gmail.com>
Merge branch 'barry/check-for-PetscInt-overflow'
incorrect PetscIntMult* used
report error for MatFactorNumeric_MUMPS()
add MatFactorSymbolic_MUMPS_ReportIfError()
rename MatSetErrorIfFPE -> MatSetErrorIfFailure
add pc->failedreason to PCSetUp_xxx() routines
add PCFailedReasons[]
replace 'const MatFactorInfo' -> 'MatFactorInfo'
rm useless rmax from Mat_PtAPMPI
added many checks for integer overflow in symbolic factorization and symbolic matrix matrix multiplication
add enum KSPConvergedSubReason
Merge branch 'hzhang/matmatmult_crmax' into barry/check-for-PetscInt-overflowMerged in Hong's optimizations for MatMatMult() to add code to improve handling for integer overflow
replacing merging all local rows of P with actually calculate apnz_max for scalable MatMatMultSymbolic_MPIAIJ_MPIAIJ()
Add utilities for handling PetscInt overflow (with 32 bit integers) to prevent random errors with false memory allocationsReported-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>Reported-b
Add utilities for handling PetscInt overflow (with 32 bit integers) to prevent random errors with false memory allocationsReported-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>Reported-by: Dima Karpeyev <karpeev@gmail.com>
show more ...
add enum 'MatFactorError' to handle error type for matrix factor; replace 'const MatFactorInfo' to 'MatFactorInfo' in MatFactor routines
add option '!erroriffpe' to matrix factorizations in mumps interface
update to superlu_5.0
Merge branch 'barry/petscoptions-object' into stefano_zampini/feature-pardiso-schur
fixes for new PetscOptions.. API that are needed based on problems with nightly build
Merge branch 'master' into barry/petscoptions-object
Merge branch 'pr384/Fande-Kong/fix-pcgasm-reuse/master'
MatMKL_PARDISO; solved bug with SYTRF/SYTRS solver
Merge branch 'stefano_zampini/feature-pardiso-schur' of https://bitbucket.org/petsc/petsc into stefano_zampini/feature-pardiso-schur
1...<<919293949596979899100>>...265