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

segmentation fault when running numpy tests on top of FlexiBLAS with OpenBLAS backend on POWER9 #12968

Closed
boegel opened this issue May 27, 2021 · 1 comment · Fixed by #15885
Milestone

Comments

@boegel
Copy link
Member

boegel commented May 27, 2021

When testing SciPy-bundle with foss/2021.04 (candidate for foss/2021a), I ran into a segmentation fault triggered by the numpy test suite.

More details in the issue I reported upstream, see mpimd-csc/flexiblas#17, and the GCC bug report opened by @Flamefire at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100799

@boegel
Copy link
Member Author

boegel commented Sep 1, 2021

@branfosj Since the GCC bug report mentions that the wrong code issue doesn't occur at -Og, which should try and see if building FlexiBLAS with -O1 (which is quite close to -Og) circumvents the problem.

If so, we can opt-in to enabling the lowopt toolchain option in the FlexiBLAS easyblock when building on POWER9, which is a better fix than the workaround in #13836...

cc @Flamefire

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