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

Fix tree spawn routed component issue #6944

Merged
merged 1 commit into from
Sep 9, 2019

Commits on Aug 29, 2019

  1. Fix tree spawn routed component issue

     * Fix open-mpi#6618
       - See comments on Issue open-mpi#6618 for finer details.
     * The `plm/rsh` component uses the highest priority `routed` component
       to construct the launch tree. The remote orted's will activate all
       available `routed` components when updating routes. This allows the
       opportunity for the parent vpid on the remote `orted` to not match
       that which was expected in the tree launch. The result is that the
       remote orted tries to contact their parent with the wrong contact
       information and orted wireup will fail.
     * This fix forces the orteds to use the same `routed` component as
       the HNP used when contructing the tree, if tree launch is enabled.
    
    Signed-off-by: Joshua Hursey <[email protected]>
    jjhursey committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4c1160e View commit details
    Browse the repository at this point in the history