-
Notifications
You must be signed in to change notification settings - Fork 26
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
sage/matrix/matrix_integer_dense.pyx doctest sometimes breaks with time out #707
Comments
A data point. I do see the failure on s-o-g but not so far on vanilla. Vanilla here uses system
|
Another data point - s-o-g does not have
versus on Gentoo
|
|
It shouldn't be an issue. blas is not used directly, it should be pulled by |
I'm able to get the
I have not been able to get vanilla to fail when doctesting the above folder. |
From
Does this mean that
I'm not sure what s-o-g does relative to |
I do nothing about it. If we were to add something, it may have to live in sage-runtest. But yes it means the whole of vanilla sage runs basically without threads unless something overrides it. It is a bit misguided to only consider linbox, scipy uses lapack for some stuff and so does iml which is where the issue come from. |
Setting |
It doesn't always fail. But it related to using openblas with threads. Switching openblas to use openmp will make the issue go away. It is unclear if switching to another blas also fixes it. It needs to be tested.
The text was updated successfully, but these errors were encountered: