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

Segmentation Fault using geev

terranigmus
Beginner
272 Views

Hi.

The documentation says:

call geev(a, w [,vl] [,vr] [,info])

I am calling

call geev(hamilton,eigen)

hamilton is a 9x9 matrix (1:9,1:9) and eigen is an array (1:9).

Compiling runs fine but I get a segmentation error while running.

What am I doing wrong?

:(

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
272 Views
I believe it's impossible to say what is going wrong with your partical case. You can give us the example of you code or please look at the example of into \examples\lapack95\source\geev.f90.
0 Kudos
Reply