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

Error in PDGESVD

Basden__Alastair
Beginner
909 Views
Hi,
I have some code which calls PDGESVD in the intel MKL scalapack library.

However, this is sometimes giving me a segmentation fault, so I wonder whether there is a known bug in the library call? Other times, the library works fine, and the results are correct. It particularly seems to fail for larger arrays, eg 16k x 16k...

I use openmpi with MKL.

[mc:08133] *** Process received signal ***
[mc:08133] Signal: Segmentation fault (11)
[mc:08133] Signal code: (-6)
[mc:08133] Failing at address: 0x1f400001fc5
[mc:08133] [ 0] /lib/libpthread.so.0 [0x2b8d4bb66100]
[mc:08133] [ 1] /lib/libpthread.so.0(raise+0x2b) [0x2b8d4bb65fcb]
[mc:08133] [ 2] /opt/intel/mkl/10.0.1.014/lib/em64t/libguide.so [0x2b8d4ba2a661]
[mc:08133] *** End of error message ***

Any suggestions?

Thanks...

0 Kudos
3 Replies
TimP
Honored Contributor III
909 Views
Suggestions might be to choose the appropriate forum (MKL forum) and give more useful detail, or to come up with a test case and submit it on your premier.intel.com account.
0 Kudos
Basden__Alastair
Beginner
909 Views
Sorry, I only discovered the MKL forum after I'd posted here...
0 Kudos
Gergana_S_Intel
Employee
909 Views

Moving this to the MKL forum.

~Gergana

0 Kudos
Reply