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

PARDISO value change

Dimitrios_F_
Beginner
429 Views

Hello. In my last code , i experienced an unusual problem with PARDISO. When i initialize PARDISO and doing the reordering step, a value of another variable changes from 0.9982943 for example to 1E-316. This variable doesnt enter in the same subroutine with the Reordering step, to avoid these memory leaks. But the problem still occurs. When i compile my source code with GNU all works perfect. But when i am using Intel compiler the problem occurs. It will be a pleasure if someone can give any suggestions. 

 

Thank you for your time,

D.Fraggedakis

 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
429 Views
Do you check the input data for these cases? are these data valid? How about conditional number of this input? Can you give the example when the problem occurs with icc and disapear with icc compiled example? MKL version? - please check if the problem persists with sequential version.
0 Kudos
Dimitrios_F_
Beginner
429 Views
I have used the -check all debugging option. The conditional number is ok. I have used all the MKL versions till 2011sp1.7.11. The problem also occurs with sequential version in the case of ifort. I am running the same code on GNU(gfortran) using similar debugging options (or without them) and all works perfectly.
0 Kudos
Gennady_F_Intel
Moderator
429 Views
if the probelm came from within mkl routine then it doesn't matter what compiler's option did you use. in that case - pls give us the test case for reporducing the problm on our side. We also check the provlem with the latest 11.0 which we planning to release soon.
0 Kudos
Reply