- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page