Hi,

Intel released MKL 11.2 with support for Pardiso cluster version.
https://software.intel.com/en-us/articles/intel-math-kernel-library-parallel-direct-sparse-solver-for-clusters

Is it possible to use Pardiso with PETSC using MPI?
I'm on Windows if that matters.

Currently if I try to run, I will get this error:

mpiexec Solver2D.exe -ksp_type preonly -pc_type lu 
-pc_factor_mat_solver_package mkl_pardiso
[0]PETSC ERROR: --------------------- Error Message ----------------------------
----------------------------------
[0]PETSC ERROR: No support for this operation for this object type
[0]PETSC ERROR: Matrix format mpiaij does not have a solver package mkl_pardiso
for LU. Perhaps you must ./configure with --download-mkl_pardiso
[0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trou
ble shooting.
[0]PETSC ERROR: Petsc Release Version 3.5.2, Sep, 08, 2014


Regards,
Vladimir

Reply via email to