DGEEV change #5622
DGEEV change
#5622
Replies: 1 comment
-
|
Sorry, the packaging had changed. CMake no longer found your project it seems. It is fixed on our side. The error was caused by finding libblas instead of your code. Again, sorry, I don't have access to a Linux machine and as the error was in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I reran my CI tests this week. The CI tests a code that does eigenvalue diagonalization. I have two solutions to this problem. A custom
dgeev-like solver (for purely real eigenvalues) and one callingdgeev. The former works. The latter fails after the latest update to OpenBLAS, and I am fairly certain that the update is the cause of the failure because what's mentioned is the only difference between the two tests.The code calling
dgeevnow fails in one of my tests but the code calling custom code clears it.This brings me here with questions:
dgeevin the latest release?dgeevthis release?(If it matters, in the tests I am comparing model result output with externally computed values. A relative difference of less than 1e-6 is considered fine. The difference was never zero because the external solver is from python using lots of unoptimized but easy to maintain and clear to understand code, so it is likely a tipping point in numerical drift that I am seeing. But I am seeing it.)
Beta Was this translation helpful? Give feedback.
All reactions