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

RML Rework: Stage 3 - remove routed framework #1232

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Mar 2, 2022

Move the routed/radix code to the RML directory.

Signed-off-by: Ralph Castain rhc@pmix.org

Move the routed/radix code to the RML directory.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 merged commit dbbcb66 into openpmix:master Mar 2, 2022
@rhc54 rhc54 deleted the topic/stg3 branch March 2, 2022 20:01
@hppritcha
Copy link
Contributor

This PR appears to have broken support for slurm PLM. See open-mpi/ompi#10153

hppritcha added a commit to hppritcha/prrte that referenced this pull request Mar 23, 2022
PR openpmix#1232 broke support for srun based launch of prted's.
The problem introduced had to do with the uncondtional of
exchange of PRTE_RML_TAG_NODE_REGEX_REPORT tagged messages
with its parent.  The callback associated with this tag
invokes plm methods that are only defined for the SSH
PLM component.

Prior to openpmix#1232, this code was only conditionally invoked
such that the message exchange of type PRTE_RML_TAG_NODE_REGEX_REPORT
only occurred when using the ssh PLM.

This patch puts this conditional back in.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
hppritcha added a commit to hppritcha/prrte that referenced this pull request Mar 23, 2022
PR openpmix#1232 broke support for srun based launch of prted's.
The problem introduced had to do with the unconditional
exchange of PRTE_RML_TAG_NODE_REGEX_REPORT tagged messages
with a parent.  The callback associated with this tag
invokes plm methods that are only defined for the SSH
PLM component.

Prior to openpmix#1232, this code was only conditionally invoked
such that the message exchange of type PRTE_RML_TAG_NODE_REGEX_REPORT
only occurred when using the ssh PLM.

This patch puts this conditional back in.

Related to open-mpi/ompi#10153

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
rhc54 pushed a commit that referenced this pull request Mar 24, 2022
PR #1232 broke support for srun based launch of prted's.
The problem introduced had to do with the unconditional
exchange of PRTE_RML_TAG_NODE_REGEX_REPORT tagged messages
with a parent.  The callback associated with this tag
invokes plm methods that are only defined for the SSH
PLM component.

Prior to #1232, this code was only conditionally invoked
such that the message exchange of type PRTE_RML_TAG_NODE_REGEX_REPORT
only occurred when using the ssh PLM.

This patch puts this conditional back in.

Related to open-mpi/ompi#10153

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
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