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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
We're occasionally seeing assert message of the form
ips_proto.c:1646: (scb->payload_size & 0x3) == 0
which seem to originate from somewhere in the network stack (e.g. https://github.com/intel/psm/blob/master/ptl_ips/ips_proto.c) when the size is not a multiple of 4.
Is this a known problem? We don't pad our mpi messages to be multiple of 4 bytes.