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

pardiso_sym_f90.f90

phangelder
Beginner
838 Views

I am using the above example to solve a very simple problem of 10 beam elements.

ia, ja and a matrix has been tested and i think they are correct.

Running under windows 11  with oneAPI (2022.1.0)  intel® Fortran Compiler Classic 2021.6.0 [Intel(R) 64] , i encountered the following error which i could not solve.

 

*** Error in PARDISO ( sequence_ido,parameters) error_num= 9
*** Input check: nb_new 0 ido 33 are incompatible
*** Input parameters: inconsistent error= 9 max_fac_store_in: 1
matrix_number_in: 1 matrix_type_in: -2
ido_in : 33 neqns_in : 66
ia(neqns_in+1)-1: 276 nb_in : 0

 

Help greatly appreciated

0 Kudos
2 Replies
phangelder
Beginner
777 Views

Problem solved. TQ.

0 Kudos
VarshaS_Intel
Moderator
758 Views

Hi,


Thanks for posting in Intel Communities.


>>Problem solved. TQ.

It’s great to know that the issue has been resolved, in case you run into any other issues please feel free to create a new thread.


Have a Good Day!


Thanks & Regards,

Varsha


0 Kudos
Reply