Skip to content
/ librain Public

Erasure code for OpenIO SDS : wrapper to Jerasure / gf-complete

License

Notifications You must be signed in to change notification settings

chrisz/librain

Repository files navigation

Librain

Jerasure wrapper as a Erasure code library for OpenIO Software Defined Storage solution.

Dependencies

Installation

Considering your installation with

  • a working directory whose name is stored in TMPDIR

  • the source directory whose name stored in SRCDIR

  • Jerasure headers installed in a path stored in JINC

  • Jerasure libraries insatlled in a path stored in JLIB

    cd $TMPDIR && \
    cmake -DJERASURE_INCDIR=$JINC -DJERASURE_LIBDIR=$JLIB -DPREFIX=... $SRCDIR && \
    make && \
    make install

About

Erasure code for OpenIO SDS : wrapper to Jerasure / gf-complete

Resources

License

Stars

Watchers

Forks

Packages

No packages published