ECP-VeloC / redset

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

xor: add option to encode with pthreads #52

Closed adammoody closed 11 months ago

adammoody commented 11 months ago

This branch adds options to encode/decode XOR and RS with pthreads and OpenMP. Currently, there is no pthread implementation for Reed-Solomon rebuild, only for encoding.

These must be enabled through new CMake options:

-DENABLE_PTHREADS=ON
-DENABLE_OPENMP=ON