https://github.com/iciclef/rdmalib
A simple C++ library that wraps RDMA functionalities.
https://github.com/iciclef/rdmalib
network rdma
Last synced: 3 months ago
JSON representation
A simple C++ library that wraps RDMA functionalities.
- Host: GitHub
- URL: https://github.com/iciclef/rdmalib
- Owner: IcicleF
- Created: 2021-11-12T08:39:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T03:22:07.000Z (about 3 years ago)
- Last Synced: 2025-01-15T02:57:59.394Z (5 months ago)
- Topics: network, rdma
- Language: C++
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rdmalib
A C++ RDMA library based on MPI.
## Prerequisites
Hardware & OS:
* Tested on Ubuntu 18.04 LTS
* Mellanox ConnectX-5 (or above)Software:
* C++17 compiler (`g++ 7.5.0-3ubuntu1`)
* MLNX OFED (`libibverbs`, `mlx5_0`)
* OpenMPI (`2.1.1`)