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

Shipping fortran dll with MKL routines.

irhan__baris
Beginner
198 Views

Dear all,

I develop a program using Intel® Parallel Studio XE 2015 Composer Edition for Fortran Windows. I am tying to run the program on a different pc. All of the dlls are loaded successfully except one. In this particular dll there is a call to MKL subroutine, namely pardiso solver. If I comment out this call dll is loaded otherwise not. Any help is highly appreciated. 

Thank you for your time in advance,

Baset regards,

Irhan.

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
198 Views

Irhan, that's looks strange. Could you try to build some of pardiso's examples ( mklroot/example/solvers directory) statically or dynamically and check how these example will work. In the case if these example will work - please try to call Pardiso by the same way. 

 

0 Kudos
Reply