Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 281 Bytes

mooshika

RDMA abstraction layer

Dependencies

Mooshika depends on libibverbs and librdmacm (with -devel or -dev packages and autoconf/libtool for compiling)

Compiling

Straightforward:

./autogen.sh
./configure
make
make install