[libfabric-users] Trouble setting up a connection

Hefty, Sean sean.hefty at intel.com
Tue Feb 23 10:40:18 PST 2016


> Here is my attempt: https://gist.github.com/joerns/bfe5d13969ce0bc008c4
> 
> I got so far that the server listens and waits for incoming events on an
> EQ, and the client tries to connect. But when the client tries to
> connect and waits for a "connection established" event, the fi_eq_sread
> call fails and returns -259:

On the server side, use the FI_SOURCE flag with fi_getinfo, and call fi_accept() after reading the EQ.


More information about the Libfabric-users mailing list