jcxue / RDMA-Tutorial

A tutorial on RDMA based programming using code examples
Apache License 2.0
489 stars 145 forks source link
example-code infiniband rdma rdma-tutorial tutorial wiki

RDMA-Tutorial

This project presents an example based tutorial on RDMA based programming. A more detailed discussion can be found on the Wiki page.

Hardware and software requirement

How to use

build project

Simply use make to build the release version or make debug to build the debug version.

navigate through examples

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.

Contact

Jiachen Xue (jcxue.work@gmail.com)