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

Segmentation Fault using geev

terranigmus
初学者
1,448 次查看

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 项奖励
1 回复
Gennady_F_Intel
主持人
1,448 次查看
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 项奖励
回复