ECP-VeloC / redset

Low-level distributed erasure coding library to protect datasets of MPI applications
MIT License
2 stars 3 forks source link

add interface to list encoded files #53

Closed adammoody closed 9 months ago

adammoody commented 9 months ago

Given a name and redset descriptor d, this adds a new redset_filelist_orig_get(name, d) API to return a redset_filelist object that lists the files that the caller provided to redset_apply(numfiles, files, name, d).

This is needed by the er component in order to restore a lost shuffile file during a rebuild operation: https://github.com/ECP-VeloC/er/issues/39