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

PARDISO solver

Yuri_R_1
Beginner
548 Views
Hi,
I'm trying to use PARDISO with Microsoft VS C++. It doesn't even compile. Following the example, I don't include anything, just use a prototype. Linked are mkl_solver.lib and mkl_c.lib (makefile in the example uses these two). And still compiler detects an unreslved external.
Did anyone experienced this? Would me grateful for any leads.
Yuri Rzhanov
0 Kudos
2 Replies
Todd_R_Intel
Employee
548 Views
What was the unresolved external?
This part of the library is threaded so you will need to include the threading library, libguide.lib.The getting started guide (http://www.intel.com/software/products/mkl/docs/mklgs_win.htm) provides some information on linking as well.
-Todd
0 Kudos
Yuri_R_1
Beginner
548 Views
The unresolved external is pardiso itself. I tried "PARDISO", "pardiso_" and "pardiso" - none works. It seems that the solver itself is not inany library.
Yuri
0 Kudos
Reply