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

Access violation, when using PARDISO

qlsn55
Beginner
399 Views
Hi, everyone. I have a problem related to PARDISO. I want to solve a large linear equation

about 14862 x 14862. It worked when solve more smaller size, but that size does not work with 157 error.

Pleas help me.

My system is 8gb memory andusing 64bit fortran complier ( Intel composer Xe 2011).

Also relevant setting is using"mkl_intel_lp64.lib mkl_solver_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib"

If you wand I can send the file contains the matrix A and b ( A x = b ) which I an going to solve.

Thank you.
0 Kudos
3 Replies
Gennady_F_Intel
Moderator
399 Views
Was You able to execute another PARDISO related tasks? say, some pardiso examples from \examples\solverf\source\
one of the causemightbe some problem with the system you are running on.
or then please let us the test - we will check on our side.
--Gennady
0 Kudos
SergeyKostrov
Valued Contributor II
399 Views
>>...about 14862 x 14862. It worked when solve more smaller size...

What about a data type? A single precision or double precision?
In another words, what isthe length for a data type you used?32-bit, 64-bit or 128-bit?

>>...It worked when solve more smaller size...

It is clear that it used less memory, and 14862x14862 uses more memory. Is there anytext for the error 157?
0 Kudos
Sergey_Solovev__Inte
New Contributor I
399 Views
Could you set msglvl=1 and provide us with output info?
Thank you!
0 Kudos
Reply