You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesflux-framework#2746
#2684 (comment)
I increased the buffer size to 1024 and this worked fine on CORAL system. So it needs to be increased at least that much.
The text was updated successfully, but these errors were encountered: