- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know if it is possible to get the permutation vector calculated by dss_reorder or by Pardiso?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I will make the feature request.
Thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page