-
Notifications
You must be signed in to change notification settings - Fork 50
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
Parallel functionality like proxsuite.proxqp.dense.solve_in_parallel missing from linux python proxsuite builds #356
Comments
Hi @jberg7 thanks for your interest in proxsuite. I opened a PR on our conda-feedstock to build with openmp support by default. For pip I'm not sure, we use |
openmp is not a library, but a compiler extension. I guess it is possible to activate that on cmeel, but I need to test. This is already on my todolist for the end of the year :) |
okay, nice thanks for the reply. So probably we will have it by default in conda soon, and maybe later for pip as well :) |
Hi @jberg7, I just installed proxsuite in a new conda environment on my linux machine and now it comes with the |
Thanks @fabinsch! Appreciate your help with this - I was able to confirm that |
@nim65s Do you have a timeline to sync pip proxsuite build with openmp support? |
|
Hi all, I was hoping to use the python binding of your parallel solver implementation (e.g.
proxsuite.proxqp.dense.solve_in_parallel
), but it looks like it's missing from my linux proxsuite installation:From clicking around, it seems as though
DBUILD_WITH_OPENMP_SUPPORT:BOOL=ON
controls whether parallel methods get built into the project, and if I understand correctly that flag is not enabled for linux builds currently.Is there a reason for this? I got excited when I saw support for parallel solving in the readme, and it would be great if I could use it without having to try to build proxsuite from source.
The text was updated successfully, but these errors were encountered: