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

Utilize PMIx type checking for PML check #12481

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

Commits on Apr 19, 2024

  1. Utilize PMIx type checking for PML check

    It appears that sometimes we get a bogus value back
    for the PML selected by a remote proc. Unfortunately,
    the current code for exchanging that info removes all
    type information from the exchange.
    
    Replace the use of those macros with native PMIx
    calls so we can check that the data type being
    returned is the one we expected. True, it should not
    have changed - but this will help detect and debug
    any errors.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    rhc54 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    303b734 View commit details
    Browse the repository at this point in the history