Skip to content
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

test-fgesv failure #341

Open
orlitzky opened this issue Aug 17, 2021 · 2 comments
Open

test-fgesv failure #341

orlitzky opened this issue Aug 17, 2021 · 2 comments

Comments

@orlitzky
Copy link

One of our developers noticed a failure in this test on Gentoo (x86_64 with gcc-11.x).

I've attached the build.log and test-suite.log from that report so that this issue is self-contained.

@ClementPernet
Copy link
Member

Sorry, but I can't reproduce this bug. I tried with the same configure options (namely disabling all intrinsics except sse and sse2, precompilation enabled, and static lib disabled):

  • on a sandybridge server (same generation as yours) with gcc-10 and Debian
  • on a broadwell laptop with gcc-11 and linux-mint
    On both instances I was using openblas.
    This is very odd that that on your run, only test-fgesv failed, as it has nothing special, besides calling fgemm, ftrsm and PLUQ, which are extensively tested in test-fgemm, test-ftrsv and test-lu.

@orlitzky
Copy link
Author

I've also been unable to reproduce it, but nothing looks out of place in the build logs, so I'd hate to blame it on ghosts. The failure occurred on an automated build machine, so it may not even be easy for the reporter to reproduce it. If nothing else, I'll wait a version or two and then re-enable the test to see if it fails again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants