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

Topic/no btl smcuda without accelerator #12775

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. Dont build the smcud BTL without accelerators.

    Signed-off-by: George Bosilca <[email protected]>
    bosilca committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ec28b5 View commit details
    Browse the repository at this point in the history
  2. Deal with PMIX optional keys

    PMIX returns success and does not set the output to NULL while looking
    for an optional key. Thus, to prevent segfaults we need to set the
    output value to a known value before.
    
    Signed-off-by: George Bosilca <[email protected]>
    bosilca committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6c5c69e View commit details
    Browse the repository at this point in the history