- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
We are working in C# using MKL, just importing mkl_rt.1.dll and declaring functions in our code.
We use to work with huge linear systems with complex numbers and resolve this systems with functions like: LAPACKE_zgesvxx(..)
We have some issues when we try to resolve matrices that execede 2MB because the result is completly wrong!
(we made a simple test with a diagonal matrix with all (1,1j) in the diagonal and VTN of all 0.5 )
We saw there are two possible einterfaces: ILP64 interface uses the 64-bit integer type, while LP64 use the 32-bit integer. We know that the dll is x64 bit compiled but not sure about which interface is enabled.
We set the env variable MKL_INTERFACE_LAYER=ILP64.
Without effect.
is it possible to know if this variable is effective?
We are not C++ specialist so we would like to avoid working in C++ if possible.
Thank you for any advice you can give us.
BR
Gianluca
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting on Intel Communities.
Could you please help us with your environment details, so that we could assist you further with the required information wrt. mkl_rt.1.dll.Intel MKL uses lp64 for Intel-64 architechture.
In addition, please refer to the below link which might help you regarding the usage of LP64 vs ILP64 interfaces.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
A gentle reminder:
Has the information provided helped? Could you please let us know if we could close this thread at our end.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Best Regards,
Shanmukh.SS
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page