-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
[WIP] use external libpmix #188
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
#187 unbundles libfabric, I'll update this to be just prrte, pmix |
@minrk I would ask for advise upstream to the Open MPI team about the feasibility of this PR. Currently, the @hppritcha Could you please drop us a comment about how should we handle external PMIx/PRRTE packages with respect to our Open MPI builds? Is there any official place stating the exact versions or PMIx/PRRTE that Open MPI requires? |
Yeah, I figured it would be synced to an upstream release by the time openmpi is ready for its own release, but if that's not the case and openmpi expects to carry its own unreleased forks, then we probably shouldn't do this. It would be good to have confirmation of how openmpi and prrte releases relate. Judging by the PR that introduced the fork it looks like the plan going forward is to keep the fork divergent and not maintain compatibility with actual PRRTE. FWIW, openpmix itself is still tracking upstream, not a fork. So it appears to be only PRRTE that's affected. In which case, we can still do this for pmix, but keep the PRRTE bundled. Or pull PRRTE out for openmpi 5 and switch back to bundled PRRTE for openmpi 6. Or just not do this altogether, which is honestly okay with me, too. |
For Open MPI 5.0.x releases, we support use of an external PRRte against which Open MPI 5.0.x releases can be built. The minimum version of PMIx we support for Open MPI 5.0.x is 4.2.0. See https://docs.open-mpi.org/en/v5.0.x/installing-open-mpi/required-support-libraries.html for more details about PMIx/PRRTe dependency info. Note that PRRTe has its own dependencies on PMIx versions that need to be kept in mind - https://docs.prrte.org/en/latest/install.html |
Thanks! Is it right that starting with openmpi 6, it is not planned to work with public prrte releases anymore? Is the same true for pmix? |
openmpi 6 forks prrte, so no point unbundling it now
…nda-forge-pinning 2024.12.15.16.05.58
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12359096580. Examine the logs at this URL for more detail. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12371927813. Examine the logs at this URL for more detail. |
This unbundles libfabric (ready) and libpmix, prrte (waiting on conda-forge/staged-recipes#28225).
I've run this build locally on osx-arm64 and everything works. Draft because pmix/prrte are not published yet.
closes #178