Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

scif_connect fails

Mathias_R_
Beginner
559 Views

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

0 Kudos
1 Reply
Minh_H_
Beginner
559 Views

I am going to do something similar. I suggest you looking at

/usr/share/doc/scif/tutorials/

and try it. I did successful compile and run it.

Then you work from there.

    M

0 Kudos
Reply