pmodels / pilgrim

Logger for MPI communication
Other
26 stars 6 forks source link

Added write to file for ZSTD compression. #32

Closed khatharsis42 closed 1 year ago

khatharsis42 commented 1 year ago

In the write_zstd_timings function, the timestamps were being compressed but never written to a file. This fixes it. It also removes the malloc calls to create local_interval, since it was unused.