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

https://github.com/newplan/rcl

RCL: RDMA communication library
https://github.com/newplan/rcl

Last synced: 10 months ago
JSON representation

RCL: RDMA communication library

Awesome Lists containing this project

README

          

# RCL
RCL: RDMA communication librariy

## Mellanox RDMA文档中的样例
编译库的需求:libibverbs 编译参数:GCC <文件名> -o service -libverbs 运行方式:

### 有IB网络支持:
#### 服务端:./service
#### 客户端:./service 服务端IP
### 走ROCE:
#### 服务端:./service -g 0
#### 客户端:./service -g 0 服务端IP