Page 1 of 1

sddspseudoinverse error

Posted: 22 Oct 2020, 08:51
by Hwang, Ji-Gwang
Hello. There is an error in the sddspseudoinverse while I am trying to execute an example of "DATuneScan" with the recent version sdds-toolkit on the Windows machine. It works fine with the old-version sdds-toolkit.

Re: sddspseudoinverse error

Posted: 22 Oct 2020, 08:53
by soliday
I will take a look. I think I know what happened.

Re: sddspseudoinverse error

Posted: 22 Oct 2020, 12:14
by soliday
There is a new version posted for Windows. I had linked to the Intel MKL libraries that use 64bit array indexing which is incompatible with some of our other code. For now, I changed it to use the Intel MKL libraries that use 32bit array indexing.

Re: sddspseudoinverse error

Posted: 23 Oct 2020, 04:35
by Hwang, Ji-Gwang
Thanks! It works well.