Skip to content
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

schizo/ompi: add back in reading ompi mca file #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hppritcha
Copy link
Member

we ignore pmix mca params in the file now as that's being treated as a separate piece of software that we use as clients.

related to open-mpi/ompi#12857

we ignore pmix mca params in the file now as that's
being treated as a separate piece of software that we
use as clients.

related to open-mpi/ompi#12857

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
@rhc54
Copy link

rhc54 commented Oct 16, 2024

This is incorrect - pull the one from upstream

@rhc54
Copy link

rhc54 commented Oct 16, 2024

Sorry - didn't mean to be so short in my comment (running around a bit). This change re-introduces errors that were removed in subsequent commits. For example, you will bring back the MCA param problems Edgar previously reported and that I subsequently fixed.

In addition, you cannot ignore the PMIx param files as PRRTE utilizes them. For example, users define interfaces to use for the PMIx client-server connection - and PRRTE as well as the client apps need that info.

So you really do need to pull the upstream commit I provided to address this issue. It still leaves several questions unanswered, but at least it won't regress the code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants