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

Missing PARDISO examples

greiner08
Beginner
633 Views

Hi,

I've recently downloaded the intel MKL, but am unable to locate example files for PARDISO. I've tried looking in areas suggested here and here , and have tried running commands like

find $MKLROOT -iname "*solve*"

But no luck.

Are examples available online? Or is there a particular download option I must select to obtain the examples?

Thanks

0 Kudos
5 Replies
mecej4
Honored Contributor III
633 Views

If you look in  the MKL examples directory, you will find a number of compressed archives. Extract the relevant ones and you will find the Pardiso examples in the solverc and solverf directories that are generated.

0 Kudos
zzzhhh
Beginner
633 Views

What is the link to Pardiso's online documentation? I have gone over twenty pages of MKL's developer guide but haven't seen any useful doc on Pardiso yet.

0 Kudos
MariaZh
Employee
633 Views

Hi, 

MKL PARDISO documentation can be found in the Developer Reference for Intel (R) MKL:
please follow https://software.intel.com/en-us/mkl-developer-reference-c-intel-mkl-pardiso-parallel-direct-sparse-solver-interface

Best regards,
Maria

0 Kudos
zzzhhh
Beginner
633 Views

Zhukova, Maria (Intel) wrote:

Hi, 

MKL PARDISO documentation can be found in the Developer Reference for Intel (R) MKL:
please follow https://software.intel.com/en-us/mkl-developer-reference-c-intel-mkl-par...

Best regards,
Maria

There it is. Thank you!

0 Kudos
meyer__Karin
Beginner
633 Views

I am also looking for MKL documentation, specifically on how to do the "selected inversion" advertised as new feature for MKL2019.

I have downloaded & perused MKL2019 and also checked https://software.intel.com/en-us/mkl-developer-reference-c-intel-mkl-pardiso-parameters-in-tabular-form, but to no avail. The documentation at pardiso.org suggests phase = -22, but the calls to pardiso routines in MKL and the original pardiso library are just different enough to need the proper documentation.

would somebody be able to kindly point me where to find it? many thanks!!

karin

0 Kudos
Reply