-
Notifications
You must be signed in to change notification settings - Fork 28
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
Multi-threading causes hchebyshevcenter
to trigger a segmentation fault
#211
Comments
The |
Hi, @blegat! For the MWE above, I have replaced the line hchebyshevcenter(my_polyhedron, lp_solver) with Polyhedra.computehrep!(my_polyhedron) The resulting output is below:
I am testing this using |
Arf, this is an issue with QHull.jl (opened in JuliaPolyhedra/QHull.jl#33), replace it with |
Thanks for opening the issue on the right place. I replaced
|
I have been trying this with four threads:
export JULIA_NUM_THREADS=4
Minimal working example:
I am not even sure I need a distinct
lib
andlp_solver
per thread, but I tried it anyway to check whether that was the cause of the problem...Output log:
The text was updated successfully, but these errors were encountered: