All Projects → jcxue → Rdma Tutorial

jcxue / Rdma Tutorial

Licence: apache-2.0
A tutorial on RDMA based programming using code examples

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rdma Tutorial

Blcmods
This is a repository for Community Mods made for the Borderlands series
Stars: ✭ 615 (+191.47%)
Mutual labels:  wiki, tutorial
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-23.7%)
Mutual labels:  wiki, tutorial
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (-4.27%)
Mutual labels:  wiki, tutorial
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+1005.21%)
Mutual labels:  tutorial
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (-4.27%)
Mutual labels:  tutorial
Rust Ffi Guide
A guide for doing FFI using Rust
Stars: ✭ 207 (-1.9%)
Mutual labels:  tutorial
Memento Calendar
The sweetest calendar for Android
Stars: ✭ 212 (+0.47%)
Mutual labels:  wiki
Registry
npm registry documentation
Stars: ✭ 202 (-4.27%)
Mutual labels:  wiki
Advancedandroid
Android 进阶
Stars: ✭ 2,446 (+1059.24%)
Mutual labels:  wiki
Thymeleaf Tutorial
Thymeleaf Tutorial.
Stars: ✭ 206 (-2.37%)
Mutual labels:  tutorial
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-3.32%)
Mutual labels:  tutorial
Tsne Umap Embedding Visualisation
A Simple and easy to use way to Visualise Embeddings!
Stars: ✭ 203 (-3.79%)
Mutual labels:  tutorial
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-1.9%)
Mutual labels:  tutorial
Opencv Python Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
Stars: ✭ 2,603 (+1133.65%)
Mutual labels:  tutorial
Javascript Todo List Tutorial
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
Stars: ✭ 212 (+0.47%)
Mutual labels:  tutorial
Deeplearningtutorial
李宏毅,一天搞懂深度学习,中文翻译
Stars: ✭ 202 (-4.27%)
Mutual labels:  tutorial
Webpack Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,372 (+1024.17%)
Mutual labels:  tutorial
Pyqt5 Chinese Tutorial
PyQt5中文教程
Stars: ✭ 2,574 (+1119.91%)
Mutual labels:  tutorial
Reactify Django
Integrate React & Django
Stars: ✭ 205 (-2.84%)
Mutual labels:  tutorial
Jenkins Ue4
Automated Unreal Engine 4 Project Builds
Stars: ✭ 206 (-2.37%)
Mutual labels:  tutorial

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

  • 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 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 ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].