hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
164 stars 64 forks source link

daos: cleanup error reporting in serialize and deserialize #489

Closed dsikich closed 3 years ago

dsikich commented 3 years ago

daos-serialize was using a broadcast to report the rc code on rank zero, which should be an Allreduce. Also, daos-deserialize was printing serialize instead of deserialize when reporting an error.

Signed-off-by: Danielle Sikich danielle.sikich@intel.com