Skip to content

hermes 0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@gheber gheber released this 08 Nov 19:50
· 2075 commits to master since this release
d581dab

Summary

This is the initial beta release of Hermes and includes the following components:

  • Native API
  • Stdio adapter
  • POSIX adapter
  • MPI-IO adapter (experimental, MPICH only)
  • HDF5 Hermes VFD

See the Getting Started page in the Wiki for more information.

New features

  • [HERM]

    • Keep Hermes daemons alive beyond process termination (#266)
  • [ADAPT]

    • Asynchronous flushing in the stdio adapter, enabled with HERMES_WRITE_ONLY=1.

⚠️ Known issues

  • [ADAPT]
    • Relative path names and symbolic links are currently not supported.
  • [ADAPT]
    • Testhermes_stdio_adapter_mpi_test_2_ can periodically fail