# RDMA-Tutorial **Repository Path**: brucewanght/RDMA-Tutorial ## Basic Information - **Project Name**: RDMA-Tutorial - **Description**: 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. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-29 - **Last Updated**: 2022-04-20 ## 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. # RDMA-RC-example.c This example is from the "RDMA Aware Networks Programming User Manual v1.7" of Mellanox. ## 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.