Skip to content

hio.1.4.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cornellwright cornellwright released this 31 Jan 19:15
· 146 commits to master since this release

This release brings further optimizations to libhio. There are now three file modes that can be used: basic, file_per_node, and strided. No change was made to basic mode but optimized mode was split into two. The first writes all element data to a single file associated with all processes on the node. The second writes data blocks for each element across multiple files. file_per_node is valid for both unique and shared datasets but strided mode is only valid for shared datasets. The default mode for shared datasets is has been changed from basic to strided. No change was made to the default file mode for unique datasets.

libhio-1.4.0.0-rc1.tar.gz is the preferred distribution file for download since it is already autoconf'd. It also contain a prebuilt API documentation file design/libhio_api.pdf. See README for further details.