wxmwy / ShengBTE

This is a GPU optimized version of ShengBTE.
GNU General Public License v3.0
12 stars 6 forks source link

Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. #4

Open biglinn opened 1 month ago

biglinn commented 1 month ago

Hi, @wxmwy

I have met a error during the iteration of ShengBTE, like this: image

So in the BTE.KappaTensorVsT_CONV, there are all 'NaN'. What is the problem? dalao, qiu dai!

wxmwy commented 1 month ago

You can use the official code, this is already a very old code, and it feels like the interface of mkl is not suitable. In fact, mkl was not merged into oneapi when rewriting this code. So I suggest you try the latest official code.

wxmwy commented 1 month ago

https://bitbucket.org/sousaw/shengbte/src/master/

biglinn commented 1 month ago

I'll take a try. Thanks!