-
Notifications
You must be signed in to change notification settings - Fork 67
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
superlu_dist INDEX_SIZE=64's tests failed #132
Comments
Can you try the internal CBLAS/, with cmake install like: cmake .. |
With the internal CBLAS all tests are passed in all architectures except
Anyhow, internal CBLAS looks like working better than Flexiblas (build.log). |
I recently ran into a similar problem where SuperLU_DIST (v9.0.0) with 64-bit indexing builds successfully, but all tests fail. In my case I'm using MKL's BLAS. Here's what I have determined: Indicating 64-bit indexing is desired and using the correct MKL ilp64 BLAS library does not work. This does not appear to be an issue with regular SuperLU (v6.0.1) in which I can request 64-bit indexing and use ilp64 with no problem. |
The BLAS standard for the integer inputs (e.g., dimension, etc.) are specified as 32bit integer. |
Hi all.
I'm testing
superlu_dist-8.1.2
withXSDK_INDEX_SIZE=64
in Fedora, the tests are all failing with an output like this (full log is build.log, test's output is at the bottom of the log):Compiler: GCC-13.0.1
BLAS: flexiblas-3.3.0
scotch-6.1.2
suitesparse-5.13.0
The text was updated successfully, but these errors were encountered: