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

On calling PARDISO, I got error code 157 - Access Violation - What may cause this problem?

Nan_Deng
Beginner
256 Views
When I try to use PARDISO in one program, I got error code 157 - Access Violation at exactly the line where PARDISO is called. It happened during PHASE=11 so there is no real calculation involved yet. Everything seems ok according to the manual. What could cause this problem? (The matrix is complex*16 symmetric, so I used type 6. Is it correct?)
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
256 Views
yes, for complex symmetrix, you have to choose mtype == 6.
one of the cause of "error code 157" may be the linking line you are using. for example when link ilp64 libs but the code of your application compiling without compilr option like /4I8.
--Gennady
0 Kudos
Gennady_F_Intel
Moderator
256 Views
hi deng. any updates? Gennady
0 Kudos
Reply