This project presents an example based tutorial on RDMA based programming. A more detailed discussion can be found on the Wiki page.
- Mellanox HCAs
- GNU make
- gcc-4.4
- Mellanox OFED 3.3
Simply use make
to build the release version or make debug
to build the
debug version.
The project contains 4 examples. Details of the examples can be found on the
Wiki page. The code of the examples
are organized as git commits. Simply do git log --oneline
to find the commit version number
corresponding to the examples you are looking for.
Jiachen Xue ([email protected])