-
Notifications
You must be signed in to change notification settings - Fork 579
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
Tpetra: Unit test TpetraCore_BlockCrsMatrix failure with OpenMP+Serial build with sems-intel/19.0.5 compiler #11143
Comments
@ndellingwood There have been a number of openblas related issues (mostly associated with the CUDA11 build), so I'm wondering if this is an Intel 19 problem or an OpenBLAS problem. I'm going to try using the system BLAS first and see if I can reproduce. |
@csiefer2 thanks for the update! And thanks sharing the info regarding openblas + cuda/11 issues, I wasn't aware but I'll monitor for this as well |
@ndellingwood I can't reproduce the failure on my desktop with either the system BLAS or OpenBLAS. What machine did you run this on? |
OpenBLAS discussion can be found here #11109 |
@csiefer2 I encountered the error on kokkos-dev |
@ndellingwood I evidently have access to that. I'll try there. |
@ndellingwood I can reproduce the issue on kokkos-dev... but there's no system blas to compare with. Let me try building a reference blas on that system for comparison |
Yeah, I can't get the code to link against a reference blas/lapack. I keep getting errors like:
|
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue was closed due to inactivity for 395 days. |
Bug Report
@trilinos/tpetra
Description
The
TpetraCore_BlockCrsMatrix
test fails in OpenMP+Serial builds with the sems-intel/19.0.5 compiler on SNB architectureFailure snip:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: