# RDMA-Tutorial **Repository Path**: hurray/RDMA-Tutorial ## Basic Information - **Project Name**: RDMA-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RDMA-Tutorial This project presents an example based tutorial on RDMA based programming. A more detailed discussion can be found on the [Wiki](https://github.com/jcxue/RDMA-Tutorial/wiki) page. ## Hardware and software requirement * Mellanox HCAs * GNU make * gcc-4.4 * Mellanox OFED 3.3 ## 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](https://github.com/jcxue/RDMA-Tutorial/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)