Skip to content

Releases: mochi-hpc/mochi-margo

v0.9.4

27 Mar 12:14
b3b246f

Choose a tag to compare

  • fixes memory corruption when dumping diagnostics data (e.g., export MARGO_ENABLE_DIAGNOSTICS=1) for long running processes

v0.9.3

23 Mar 15:56

Choose a tag to compare

This version fixes an issue with Argobots pools that was introduced in 0.9.2.

v0.9.2

17 Mar 21:03

Choose a tag to compare

  • re-enables support for setting the MARGO_ENABLE_PROFILING and MARGO_ENABLE_DIAGNOSTICS environment variables to enable those features
  • adds an experimental custom pool implementation that can be used to prioritize completion of in-flight RPC handlers over starting new ones. Enable by selecting "prio_wait" as the pool kind in the margo json configuration.

v0.9.1

07 Mar 19:53

Choose a tag to compare

  • misc json cleanups
  • fix compile error in json-c include on some platforms