ashleypittman / cart

Collective and RPC Transport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Gurt Useful Routines and Types (GURT)

GURT is a open-source library of helper functions and data types. The library makes it easy to manipulate lists, hash tables, heaps and logging.

All Gurt Useful Routines and Types are prefixed with 'd', the 4th letter in the alphabet because gurt useful words have 4 letters.

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.

About

Collective and RPC Transport

License:Other


Languages

Language:C 87.7%Language:Python 9.6%Language:Shell 1.4%Language:Objective-C 0.8%Language:C++ 0.4%