You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a configure option for HDF5/PnetCDF chunked variables
For HDF5 type, record variables are currently chunked using the
full dimension length. With very large dimensions, this can cause
dataset creation to fail in the HDF5 library.
Introduce a configure option to set the chunk size (in bytes) for
HDF5/PnetCDF chunked variables, with a default of 4 MB.
0 commit comments