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

broker: fix a problem bootstrapping under openpmix PMI-1 compat library #2748

Merged
merged 1 commit into from Feb 15, 2020

Commits on Feb 15, 2020

  1. broker/pmiutil: use larger kvsname buffer

    Problem: openpmix's libpmi.so PMI_KVS_Get_my_name() fails with
    PMI_ERR_INVALID_LENGTH if the kvsname buffer size is less than
    its internal PMIX_MAX_NSLEN (255) value, regardless of the size
    of the returned string.
    
    Work around this by raising the broker's kvsname buffer size
    from 64 to 1024 bytes.
    
    Fixes flux-framework#2746
    garlick committed Feb 15, 2020
    Copy the full SHA
    e15b9eb View commit details
    Browse the repository at this point in the history