Hi Folks
I am currently writing a simple program with the SCIF API.
My current goal is it to allocate a buffer on the Host node, send it over to the MIC and send it back.
Sounds pretty simple but I am currently failing with scif_connect as it fails all the time.
I know that the lenght of a message for the scif_send and scif_recv should not be long but I wanted to try it this way first before i get to RDMA.
Hopy anyone can help me and tell my why my Program is failing.
Thanks in advance