-
Notifications
You must be signed in to change notification settings - Fork 222
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
OpenMPI 4.1.5 #588
Comments
It should just work. Feel free to send a PR. |
IIRC, we don't specify the OpenMPI version. So just rebuilding the image might be enough.
|
It appears that 4.1.0 is the latest that is going to be provided with bullseye: https://packages.debian.org/bullseye/openmpi-bin. I didn't see any updated packages in the updates. It looks like bookworm has 4.1.4: https://packages.debian.org/bookworm/openmpi-bin Any concerns with building openmpi from source? |
I see.
I want to avoid building the OpenMPI to avoid increasing maintenance costs.
Actually, we already have a PR to update the Debian version, although there are unresolved issues: #573 Can you try to update the Debian version instead of building OpenMPI? |
Yes, prefer to update the debian version. |
Agreed. We should not build it from source |
Thanks. Makes sense. It adds some complexity. I think 4.1.4 (that comes with bookworm) will be fine as it contains the fix that we're interested in. So the path forward is to get traction on #573 ? |
I think you can open the new PR :) |
In any case, you should be able to run any version of OpenMPI with the operator. You can build your containers against bookworm (or any other distro). |
As I mentioned the above (#588 (comment)), we should avoid increasing maintenance costs. |
Any plans to update to the latest stable version of OpenMPI?
The text was updated successfully, but these errors were encountered: