#rpc #hpc #rdma

sys mochi-margo-sys

FFI bindings for the Margo library

1 unstable release

0.1.0 Jan 6, 2023

#11 in #rdma

21 downloads per month

Custom license

5KB

margo-sys

This Rust library provides a FFI bindings to the mochi-margo library.

Requirements

This crate requires margo (see instructions here) and clang (see instructions here). Margo must be loaded (this crate uses pkg-config to locate its library and headers).

For example, on Debian and with Spack, the following can be used.

$ spack install mochi-margo
$ spack load mochi-margo
$ sudo apt install llvm-dev libclang-dev clang
$ git clone https://github.com/mochi-hpc/mochi-rs-margo-sys.git
$ cd mochi-rs-margo-sys
$ cargo build

Dependencies

~0–1.9MB
~38K SLoC