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.
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.
链接已复制
3 回复数
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
>>...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?
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?