Skip to content

Releases: mochi-hpc/mochi-bake

v0.6.4

23 Nov 13:50
941ccbb
Compare
Choose a tag to compare
  • honor argobots pool settings provided by bedrock
  • fix various memory leaks, including a frequently occurring leak in the eager (small) I/O encoding path
  • fix file backend bug in which output read size was not reported

v0.6.3

14 May 08:30
Compare
Choose a tag to compare

Version 0.6.3

  • Corrects pkg-config dependency on uuid for bake-client
  • Corrects header inclusion of uuid.h

v0.6.2

23 Mar 20:48
Compare
Choose a tag to compare
  • corrects missing pkg-config dependency on abt-io
  • makes directio configurable via json
  • automatically falls back to non-directio if underlying storage doesn't support it (issuing a warning in this case)
  • convert all make check tests to use /dev/shm when possible
  • makes fdatasync() configurable via json
  • adds set_param() function to server api to modify runtime parameters
  • ability to specify json file for bake-server-daemon for testing purposes

v0.6.1

07 Mar 20:04
Compare
Choose a tag to compare
  • misc json cleanups
  • bug fix if pmem target is in local dir
  • bug fix for json-c include on some platforms