Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Modify MKL_PARDISO_PIVOT

Javi_Dopazo
Beginner
2,665 Views

Could someone help me by telling me how I can modify the function MKL_PARDISO_PIVOT

0 Kudos
23 Replies
AryanK_Intel
Employee
251 Views

Hi,

 

Sorry for the delay in response.

 

Sparse direct solvers like LAPACK and known variants don't employ pivoting strategies for symmetric positive matrices. MKL Pardiso also avoids analyzing pivots for performance when dealing with such matrices (mtype=2). 

For mtype=2 (symmetric positive-definite) and mtype=4 (complex and Hermitian positive definite), oneMKL Pardiso utilizes Cholesky factorization without pivoting. Since that setting iparm(56) = 1 is ignored for these matrix types.

 

Thanks & Regards,

Aryan. K.


0 Kudos
Javi_Dopazo
Beginner
237 Views

Thank you.

0 Kudos
AryanK_Intel
Employee
235 Views

Hi,


In case you run into any other issues please feel free to create a new thread.


Thanks & Regards,

Aryan.


0 Kudos
Reply