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

Update PRRTE git submodule to point to Open MPI fork #12449

Merged
merged 3 commits into from May 2, 2024

Commits on Apr 29, 2024

  1. Update PRRTE git submodule to point to Open MPI fork

    Shift away from the upstream PRRTE (https://github.com/openpmix/prrte)
    and point to an Open MPI-specific fork for future releases of Open
    MPI.  The direct consequence of this is that the PRRTE bundled in Open
    MPI will now be an Open MPI-specific fork of PRRTE.
    
    Tighter integration between Open MPI and this bundled, Open
    MPI-specific PRRTE will likely happen over time, but right now, it's
    functionallty identical as the upstream PRRTE.
    
    Note: this commit both updates to the current upstream PRRTE master
    branch tip (5cde35d439) plus one additional Open MPI-specific commit
    (1d867e8498) that edits the PRRTE VERSION file to include "ompi" to
    the version string.
    
    Signed-off-by: Jeff Squyres <jeff@squyres.com>
    jsquyres authored and hppritcha committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    55c7e32 View commit details
    Browse the repository at this point in the history
  2. openpmix: advance to pick up local group fixes

    2f225b0748febe4df3695ec89d16a33ce155394e
    
    Fix local group operations and cleanup to pass all examples
    
    Signed-off-by: Howard Pritchard <howardp@lanl.gov>
    hppritcha committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0cf8071 View commit details
    Browse the repository at this point in the history
  3. openpmix: advance sha to 213956cf

    also rebase to pull in some cid fixes for inter communicators
    
    Signed-off-by: Howard Pritchard <howardp@lanl.gov>
    hppritcha committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e3f0ada View commit details
    Browse the repository at this point in the history