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

Pardiso Dll

euan
New Contributor I
288 Views
Hello,
I'm trying to use the pardiso function from my c# dot net application but I cannot find the Dll that it resides in. Does anyone know where I can find it?
I managed to create my own Dll by making a C++ Dll that imports and exports the pardiso function but I don't want to do that as it's more code to manage which is a pain for 32bit/64bit and dealing with new Mkl versions.

Also, are there any dot net examples for Mkl? It would be very useful.

Thanks
0 Kudos
1 Reply
Vladimir_Koldakov__I
New Contributor III
288 Views

Hello,

You can't use MKL dlls directly from managed applications. You should build custom dll first.

MKL provides a tool to build custom dll, see MKL User Guide, ch. 5, Building Custom DLL.

You can submit an issue against MKL dlls via Intel Premier Support.

Thanks,

-Vladimir

0 Kudos
Reply