Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709564 - sys-cluster/redset - Low-level distributed erasure coding library to protect datasets of MPI applications
Summary: sys-cluster/redset - Low-level distributed erasure coding library to protect ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/ECP-VeloC/redset
Whiteboard:
Keywords: InOverlay
Depends on: 709554 709560
Blocks: 709558
  Show dependency tree
 
Reported: 2020-02-14 03:07 UTC by Alessandro Barbieri
Modified: 2020-11-07 12:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2020-02-14 03:07:40 UTC
LICENSE: MIT

This module lets one create one or more redundancy descriptors, which then may be applied to a set of files distributed across a group of processes.

Usage is documented in src/redset.h, doc/rst/redset.rst, and the User API docs. Also see the example program in the test directory.

Implementation details can be found in doc/rst/implementation.rst and doc/rst/schemes.rst.