Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 709564

Summary: sys-cluster/redset - Low-level distributed erasure coding library to protect datasets of MPI applications
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal Keywords: InOverlay
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/ECP-VeloC/redset
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 709554, 709560    
Bug Blocks: 709558    

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.