Hermes 0.2.0-beta
Pre-release
Pre-release
·
2035 commits
to master
since this release
What's Changed
New Features
- [ADAPT] Enable
HERMES_PAGE_SIZE
andHERMES_WRITE_ONLY
in posix adapter by @ChristopherHogan in #299- More info in the Wiki's Getting Started Guide
- [HERM] Configuration file now supports non-sequential host numbers by @ChristopherHogan in #303
- See the Wiki entry on Hermes Configuration.
- [ADAPT] Support
fstat
in posix adapter by @ChristopherHogan in #304 - [HERM] More options for specifying capacities and block sizes in config file by @ChristopherHogan in #305
- See the Wiki entry on Hermes Configuration.
- [HERM] Verify that percentages in the config file add up to 1.0 by @ChristopherHogan in #306
- [HERM] Remove transfer_window_arena_percentage from config file by @ChristopherHogan in #308
- [ADAPT] Support relative paths and symlinks in adapters by @ChristopherHogan in #309
Bug Fixes
- [ADAPT] Fixes for checkpoint/restart workflow by @ChristopherHogan in #293
- [HERM] Expand critical sections in Heap functions by @ChristopherHogan in #301
Full Changelog: v0.1.0-beta...v0.2.0-beta