Releases: mochi-hpc/mochi-margo
Releases · mochi-hpc/mochi-margo
Version 0.18.2
Version 0.18.1
- Moves execution of finalization callbacks from release time to finalize time
Version 0.18.0
- Better support for refcounting margo instances
- Added refcounting for margo-managed pools and xstreams
Version 0.17.3
- Fixes bug in earliest_first pool
- Adds the possibility to specify the default log level via MARGO_LOG_LEVEL
Version 0.17.2
- Make the progress loop yield more frequently to account for the possibility that the ES it runs on has other pools to check
- Adds warning related to some configurations that could cause starvation or deadlocks
Version 0.17.1
This patch fixes a bug that makes applications crash when monitoring (time series) is enabled and the user adds/removes pools.
Version 0.17.0
- Adds margo_monitor_dump function
Version 0.16.0
- Fixes and improves the timer mechanism and API
Version 0.15.0
Features:
- "earliest_first" pool type;
- identity API for providers
Bug fixes:
- Fixed finalization order of Mercury
- Fixed margo-eventual unit test
Version 0.14.1
- Fixes narrowing conversion that makes margo fail when using mercury 2.3.0 or later