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

MKL DSS_REORDER

Escarela-Perez__Rafa
829 Views

Does anyone know if it is possible to get the permutation vector calculated by dss_reorder or by Pardiso?

Thanks

0 Kudos
2 Replies
Sergey_K_Intel1
Employee
829 Views

Dear Rafael,

Unfortunately it is not possible to get the permutation vector forboth interfaces. Howeverit is possible tomake PARDISO or DSS useyour ownpermutation or permutation computedwith the help of METIS or other fill-in reducing reodering package. In the case of DSS youhave to callDSS in the following way:

dss_reoder(handle, MKL_DSS_MY_ORDER, perm) where perm is the permutation array which you are going to use.

For PARDISO interface, if you want to use your own permutation,iparm(5) should be set to 1.

Feel free to submitafeature request through premier.intel.com if you really need to have the permutation array onoutput.

All the best

Sergey

0 Kudos
Escarela-Perez__Rafa
829 Views

Thanks, I will make the feature request.

Thanks

0 Kudos
Reply