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

Error in PARDISO 6.0

Sommanawat__Wichain
432 Views

Hi!

I am a new user of PARDISO 6.0 . Recently I am trying to compile " pardiso_sym.f " which is downloaded from www.pardiso-project.org. I got some errors. ;

 [PARDISO]: License check was successful ...
*** Error in PARDISO  ( sequence_ido,parameters) error_num= 15
*** Input check: matrix_type_new 0 (out of bounds)
*** Input parameters: inconsistent error= 15 max_fac_store_in: 1
          matrix_number_in: 1 matrix_type_in: 0
          ido_in                  : 11 neqns_in      : 8
          ia(neqns_in+1)-1: 18 nb_in            : 1
 Reordering completed ...
 The following ERROR was detected:           -1
Press any key to continue . . .

Could you give me some suggestion and help? Thank you very much for your kindness.

Sincerely,

BaLL

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
432 Views

Intel(R) MKL PARDISO and PARDISO 6.0 have different API. You have to ask Olaf to help with this topic.

0 Kudos
Sommanawat__Wichain
432 Views

Thank you very much. 

0 Kudos
mecej4
Honored Contributor III
432 Views

How did you compile and link? I built your file using Ifort 19.0.4 on Windows, and the resulting EXE ran fine.

0 Kudos
Sommanawat__Wichain
432 Views

Thank you very much. I have made an unforgivable  mistake. It is must to compile in x64 instead of win32 platform for PARDISO 6.0 . Recently, the results look very well. 

0 Kudos
Reply