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

Bug dgeqrf mkl_sequential

pat97269
Beginner
267 Views

Hi, 

There is a problem with the dgeqrf function in sequential with the last mkl. The intel_thread give me the same results as lapack 3.4.1,, but in the sequential version the matrix seems

unchanged.

I provide a small program and data file for you to confirm that. 

I use : ifort testdgeqrf.f90 -lmkl_sequential -lmkl_core -lmkl_intel_lp64

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
267 Views
the test requires DDG.txt file. e.g: open(10,file='DDG.txt') I see - ddg.log is attached. Is this those file?
0 Kudos
pat97269
Beginner
267 Views
Yes sorry, in fact i had trouble uploading a *.txt file, so i renamed it .log . It contains the matrix that fails for me ! Thanks
0 Kudos
Reply