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
- Host: GitHub
- URL: https://github.com/newplan/rcl
- Owner: NEWPLAN
- Created: 2020-07-17T06:08:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T11:42:13.000Z (about 5 years ago)
- Last Synced: 2025-04-06T03:23:37.209Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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