Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Passing arrays to DSS routines

greg_sheard
Beginner
535 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
535 Views
Can you provide an example that we can look at and try out? Bruce
0 Kudos
Reply