Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6740 Discussions

dfeast_scsrgv and zfeast_hcsrgv Segmentation fault Error

yera__rolando
Beginner
334 Views

Hello,

I am trying solve a generalized eigenvalues problem Ax = λBx by means of dfeast_scsrgv, but, I get SIGSEV error, I test the individual matrices A and B with dfeast_scsrev and all works fine, so I think that is not a problem of data representation.

Attached goes a code example for the problem described.

 

pd: The hermitian version zfeast_hcsrgv has the same issue. Sorry for the english.

 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
334 Views

which version of mkl did you try?

yera__rolando
Beginner
334 Views

2019 update 4, in Linux, I try with both ICC and GCC compilers.

Gennady_F_Intel
Moderator
334 Views

the fix of the issue available in MKL 2020.1.

Reply