An open API service indexing awesome lists of open source software.

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.

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`)