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
btl/sm: fix wrong payload_buffer size during freelist_init
Previously, freelist_init() used
payload_buffer = size + sizeof(btl_sm_frag_t),
but what we actually need is
size + sizeof(btl_sm_hdr_t).
More details can be found in issue(open-mpi#13404) [1].
Link:
open-mpi#13404 [1]
Signed-off-by: Troy Mitchell <[email protected]>
0 commit comments