Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.52 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.52 KB

Collective and RPC Transport (CaRT)

⚠️ Warning: CaRT is under heavy development. Use at your own risk.

CaRT is an open-source RPC transport layer for Big Data and Exascale HPC. It supports both traditional P2P RPC delivering and collective RPC which invokes the RPC at a group of target servers with a scalable tree-based message propagating.

License

CaRT is open source software distributed under a BSD license. Please see the LICENSE & NOTICE files for more information.

Build

CaRT requires a C99-capable compiler and the scons build tool to build.

CaRT depends on some third-party libraries:

Can execute "scons" in top source directory to build it when all the dependent modules installed.