Skip to content

For distribution: updated HDF5 1.10.0-alpha1

Latest
Compare
Choose a tag to compare
@ulrikpedersen ulrikpedersen released this 15 Mar 13:24

The HDF5 libraries and tools have been updated from a 1.9 series prototype to 1.10.0-alpha1. No other changes since v0.3.1.

The application has been rebuilt on RHEL6.7 and a tarball with the pre-built application is available to download.

Example to run the binary to write an outputfile of say 100GB:

mkdir test
cd test
tar -zxf swmr-testapp-0.3.1-RHEL6.7.tar.gz

# Run the writer with 4MB chunk sizes
./bin/swmr write -f data/img_4M.h5 -n 25600 --direct /path/to/output/file_4M.h5

# Run the writer with 16MB chunk sizes
./bin/swmr write -f data/img_16M.h5 -n 6400 --direct /path/to/output/file_16M.h5