-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"On entry to DORMQR parameter number 10 had an illegal value" - perhaps lapack/NUMA related? #342
Comments
Thanks for the bug report. |
What can I do to help debug this? Does the following help? I figured that the error message is printed by so I compiled my test case with debugging
then run under the debugger, set breakpoint, run
|
Sadly that doesn't help me and I can't reproduce the bug (all tests pass). Here's what I do in these situations (apologies if this is grandmothers and eggs).
One other thing that worries me is that we might be using different versions of the various libraries and you yourself may be using different versions on your two systems. I will put some nix together to pin the various packages. If you don't use nix at least I will be able to specify which versions I am using. I know nothing about NUMA or why it is used in one case and not the other. |
Hi. I am getting error
when I run
for https://gitlab.imn.htwk-leipzig.de/waldmann/circuit
it's something with NUMA? The executable (for the test case) is dyn-linked with
and the processor is AMD Ryzen 7 PRO 2700X.
When I run this on a different machine, this library isn't used, and the test runs fine.
The error message seems to come from lapack.
The text was updated successfully, but these errors were encountered: