[libfabric-users] Not receiving messages from other ranks

Biddiscombe, John A. john.biddiscombe at cscs.ch
Wed Feb 10 06:20:01 PST 2021


Hi list


I was previously using 1 endpoint for both sending and receiving and wanted to see if using a thread-local endpoint for sending would make a difference to overall performance, so I have changed the code initially to use 1 endpoint for recv, another for send.


I get completions for all send messages - regardless of where they are sent.

I only get messages for recv when the test is sending messages to itself, messages from other ranks are missing.

rank0-->rank0 = ok send, ok recv

rank0-->rank1 = ok send,      no recv

rank1-->rank1 = ok send, ok recv

rank1-->rank0 = ok send,      no recv


I have bound the same address vector to both endpoints and bound a cq for RECV to one and TRANSMIT to the other


Any ideas what I might be missing that would cause this particular problem?


Thanks


JB

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/libfabric-users/attachments/20210210/69cf15db/attachment.htm>


More information about the Libfabric-users mailing list