Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
424 Discussions

How can I access the pardiso solvers from Intel MKL in python?

Zell08v
Beginner
1,684 Views

How can I access the pardiso solvers from Intel MKL in python? On anaconda3, I can `import mkl`. Here is my mkl's version.

In [4]: mkl.get_version()
Out[4]:
{'MajorVersion': 2020,
'MinorVersion': 0,
'UpdateVersion': 2,
'ProductStatus': b'Product',
'Build': b'20200624',
'Processor': b'Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors',
'Platform': b'Intel(R) 64 architecture'}


I do not see pardiso in mkl's accessible modules. I also installed Intel's python distribution but that one does not seem to include pardiso.

So, where can I find documents on accessing pardiso from the recent MKL using the Python language? 

 

0 Kudos
4 Replies
RahulV_intel
Moderator
1,656 Views

Hi,


We are moving your query to the Intel Python forum.


Thanks,

Rahul


0 Kudos
Gopika_Intel
Moderator
1,632 Views

Hi,


Could you please justify the reason for this feature, pardiso, in Intel Python. We’ll forward your feature request to the concerned team


Regards

Gopika


0 Kudos
Gopika_Intel
Moderator
1,622 Views

Hi,


Could you please provide us the reason for this feature, pardiso, in Intel Python. We’ll forward your feature request to the concerned team.


Regards

Gopika


0 Kudos
Gopika_Intel
Moderator
1,593 Views

Hi,

 

We haven’t heard from you in a while. We’re no longer monitoring this thread. For further issues and queries please raise a new thread. We’d be glad to help you.

 

Regards

Gopika 


0 Kudos
Reply