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

METIS fails with non-diagonal Identity matrix

Dinesh_S_
Beginner
2,319 Views

Numerical factorization stage seems to break with multi processors run for sparse Identity matrices for METIS or parallel METIS

The details are given here

https://software.intel.com/en-us/node/742812

Regards

Dinesh

 

0 Kudos
26 Replies
Alexander_K_Intel2
555 Views

HI Danish,

Can you put these lines in your code and rerun example with last MKL that you have?

char buf[buf_len];
MKLVersion ver;
 
printf("\nIntel(R) MKLrelease version:\n");
MKL_Get_Version_String(buf, buf_len);
printf("%s\n", buf);
 
MKL_Get_Version(&ver);
printf("    Major version:          %d\n", ver.MajorVersion);
printf("    Minor version:          %d\n", ver.MinorVersion);
printf("    Update version:         %d\n", ver.UpdateVersion);
printf("    Product status:         %s\n", ver.ProductStatus);
printf("    Build:                  %s\n", ver.Build);
printf("    Platform:               %s\n", ver.Platform);
printf("    Processor optimization: %s\n", ver.Processor);
 
I see the issue on  windows MKL2017.2 and MKL2017.3, but it passed correctly on MKL2017.4 2017.0.4-1.png
0 Kudos
Dinesh_S_
Beginner
555 Views

ok I will do that. I recall that I have tried 2018 Update1 but faced with same issue

0 Kudos
Dinesh_S_
Beginner
555 Views

Hi Alex

The snapshot can be found at 

https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/754759

(I do not know how to attach image to reply)

Fails with both versions

Regards

Dinesh

0 Kudos
Gennady_F_Intel
Moderator
555 Views

Could you please submit a ticket to our support site: https://www.intel.com/supporttickets

Here are some detail steps: 

https://software.intel.com/sites/default/files/managed/97/ce/SubmittingSupportIssue.pdf

Our support team will work with you.

0 Kudos
Dinesh_S_
Beginner
555 Views

I tried, but the website does not allow me to enter my detail

Dinesh

0 Kudos
Gennady_F_Intel
Moderator
555 Views

Dinesh, please check if the problem you reported still exists with the latest MKL 2019 u3. 

0 Kudos
Reply