HDFGroup / vol-log-based

Log VOL - an HDF5 VOL connector for storing data in a time-log layout in files
Other
3 stars 7 forks source link

Change subfiling default setting #32

Closed wkliao closed 2 years ago

wkliao commented 2 years ago

When H5VL_LOG_NSUBFILES is 0, subfiling is disabled. When H5VL_LOG_NSUBFILES is not set, subfiling is disabled. WHen H5VL_LOG_NSUBFILES is negative, one subfile per compute node. WHen H5VL_LOG_NSUBFILES is set without a value, one subfile per compute node.

The above applies to the argument nsubfiles of API H5Pset_subfiling (hid_t fcplid, int nsubfiles)