- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see PARDISO can do this using iparm(6)=0. But can I do it with dss_solve_real too but simply passing the same pointer as both RHS and solution vectors?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi kallog,
Some note: PARDISO can do this using iparm(6)=1. But in spite of the value of iparm(6) PARDISO uses vector x for calculation the solution (see description of the parameter in MKL manual).Because DSS is the interface to PARDISO,your approach by passing the same pointer as b and x vectors could produce wrong results.
With best regards,
Sergey
Some note: PARDISO can do this using iparm(6)=1. But in spite of the value of iparm(6) PARDISO uses vector x for calculation the solution (see description of the parameter in MKL manual).Because DSS is the interface to PARDISO,your approach by passing the same pointer as b and x vectors could produce wrong results.
With best regards,
Sergey

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