| 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 ...
|