UCX编程


UCX(Unified Communicate X)是一个编程框架,集成了高性能通信的各种协议,包括RDMA。用UCX进行编程会更简单。

编译参数要加上ucp, ucs和uct。

gcc ucp_client_server.c -lucp -lucs -luct -o ucp_client_server

Author: 蒋璋
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source 蒋璋 !