- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
got this error when tried to use ZGETRS
Intel MKL ERROR: Parameter 6 was incorrect on entry to ZLASWP
Any one knows about this?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please provide more details. If possible, provide a short program that calls ZGETRS and exhibits the error.
The MKL distribution contains an example driver, ZGETRSX.f, for this subroutine. I tried it just now, and it works fine. The sixth argument of ZLASWP is just the pivot array. If that caused an error, perhaps you are mixing integer arrays of the wrong kind or your are not choosing the correct LP64/ILP64 libraries. Again, to pinpoint the error you need to show us details regarding how you call ZGETRS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for reply, problem solved when i define IPIV to be integer
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