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

Passing arrays to DSS routines

greg_sheard
Beginner
479 Views
Hi all,
I am attempting to use the DSS interface to the PARDISO sparse matrix solver, and am getting curious results.
My code compiles and links okay, but breaks down when the routines are called. I call the DSS routines in a couple of subroutines I have written, as I need to make multiple calls to the DSS_SOLVE_REAL routine because my code is to compute a time-varying problem. I am concerned that there are issues occurring when I try to pass the data input as arguments to my subroutines on through to the DSS routines. Has anyone had any success with this kind of problem? If so, could they please post some example code fragments, as the ones provided with the MKL are proving useless for my application.
Regards,
Greg.
0 Kudos
1 Reply
Intel_C_Intel
Employee
479 Views
Can you provide an example that we can look at and try out? Bruce
0 Kudos
Reply