Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Segmentation Fault using geev

terranigmus
Beginner
491 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
491 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