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?
Link Copied
Hi,
We are moving your query to the Intel Python forum.
Thanks,
Rahul
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
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
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
For more complete information about compiler optimizations, see our Optimization Notice.