Blog

3 Comments

  • Antonino Ingargiola
    January 6, 2016 at 1:32 pm

    Thanks for the updates.

    Is the HDF5 on-disk format changed in version 1.10? Will it be possible to access files saved with 1.10 using the old library version 1.8.x?

    • Elena
      January 6, 2016 at 4:17 pm

      Hi Antonino,
      If SWMR or VDS is used, the 1.8 library will not be able to access the files since those two features require extensions to the HDF5 File Format that were not available in 1.8.
      One can use tools we provide to convert the files:
      – When the VDS feature is used, h5repack should be used to convert the file to 1.8 format.
      – When the SWMR feature is used, one can run h5repack, or better h5format_convert to convert 1.10.0 file to 1.8 file. h5repack rewrites the whole file, while h5format_convert does conversion in place. It rewrites only HDF5 metadata in 1.8 format.
      Let us know what you think!
      Elena

  • Elena
    January 19, 2016 at 3:37 pm

    UPDATE Tuesday, January 19, 2016: The HDF5-1.10.0-alpha1 release is now available, adding Collective Metadata I/O to these new features:

    – Concurrent Access to an HDF5 File: Single Writer / Multiple Reader (SWMR)
    – Virtual Dataset (VDS)
    – Scalable Chunk Indexing
    – Persistent Free Filespace Tracking

    See the blog update for details, and let us know what you think!

Leave a Comment