| 2ee68a28 | 28-Dec-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
Mat_MKL_Pardiso: fixes for complex-cxx builds
disable Cholesky factors for complex builds since the interface does not currently supports them MatSolveTranspose now solves the transposed system (and
Mat_MKL_Pardiso: fixes for complex-cxx builds
disable Cholesky factors for complex builds since the interface does not currently supports them MatSolveTranspose now solves the transposed system (and not the hermitian transpose) in the complex case
show more ...
|
| f84b7162 | 14-Oct-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMKL_Pardiso: include the right header file to avoid conflicts with petscblaslapack.h
mkl_set_num_threads cannot be used since it is redefined in mkl.h
Do we really want to call mkl_set_num_threa
MatMKL_Pardiso: include the right header file to avoid conflicts with petscblaslapack.h
mkl_set_num_threads cannot be used since it is redefined in mkl.h
Do we really want to call mkl_set_num_threads at runtime? environment variables could be used as well
show more ...
|
| ad9a362d | 14-Oct-2015 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatMKL_Pardiso: added control parameter 70 to solve for interior problem
Unlike MUMPS, pardiso does not have built-in support for solving the interior problem, so that we have to to it by hand.
Fix
MatMKL_Pardiso: added control parameter 70 to solve for interior problem
Unlike MUMPS, pardiso does not have built-in support for solving the interior problem, so that we have to to it by hand.
Fix for row-major format for symmetric schur complements
show more ...
|