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

Segmentation fault with intel MKL libraries LAPACKE_dgetrf and LAPACKE_dgetri

DebasishBanerjee
Beginner
263 Views

I am facing a segmentation fault while running MKL lapack routines. In order to understand the origin of the problem, I ran the program with valgrind (with the options

valgrind --leak-check=full --show-leak-kinds=all -s --track-origins=yes <executable>

and get the output attached with post (the slurm output file, please see from
line 274 onwards). I concentrate on the memory that is "definitely lost" (see around
line 420 onwards), and this seems to be due to calling of the mkl_lapack_dtrtri and
mkl_lapack_dgetri.

The only place in my code where I call LAPACKE_dgetrf and LAPACKE_dgetri is in
det.c (which I also attach). Please note that although the functions are called
atlasdet, atlasinv, .. etc, only mkl routines are used. (The naming convention is
because these routines were using ATLAS functions, which I then ported to MKL).

Any help in resolving this issue would be much appreciated.

Best,
Debasish

0 Kudos
1 Reply
Ruqiu_C_Intel
Moderator
86 Views

Hi Debasish,

 

Thank you for posting the issue.

Noticed you are using oneAPI 2023.2.1, can you try with oneAPI newer version(oneAPI 2025.0 for example). If the issue still exist with latest oneAPI version, to better investigate the issue, please share us a simple reproducer and the information about OS, HW, etc., as well as educate us how to reproduce your issue with the simple reproducer.

 

Regards,

Ruqiu

0 Kudos
Reply