netcdf-c/libhdf5
wkliao 52198b3f12 count argument in H5Sselect_hyperslab
Argument 'count' in NetCDF is not exactly the same as the 'count' in
H5Sselect_hyperslabs(space_id, op, start, stride, count, block).
When the argument 'stride' is NULL, NetCDF's 'count' should be used in
argument 'block', for example,
   H5Sselect_hyperslabs(space_id, op, start, NULL, ones, count);
where 'one' is an array of all 1s. Although using NULL 'block' below
   H5Sselect_hyperslabs(space_id, op, start, NULL, count, NULL);
has the same effect, HDF5 internally stores the space of a subarray as a
list of single elements, instead of a "block", which can affect the
performance.
2023-12-12 16:45:19 -07:00
..
CMakeLists.txt CMake: Ensure all libraries link against MPI if needed 2023-10-02 10:31:24 +01:00
H5FDhttp.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5FDhttp.h
hdf5attr.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5create.c
hdf5debug.c Remove the execinfo capability 2023-11-04 21:32:33 -06:00
hdf5debug.h Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
hdf5dim.c
hdf5dispatch.c
hdf5err.h
hdf5file.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
hdf5filter.c
hdf5grp.c
hdf5internal.c Fix most float conversion warnings 2023-10-26 16:01:24 +01:00
hdf5open.c Replaced trivial uses of sprintf with snprintf 2023-12-08 13:30:38 -05:00
hdf5set_format_compatibility.c
hdf5type.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5var.c count argument in H5Sselect_hyperslab 2023-12-12 16:45:19 -07:00
Makefile.am
nc4hdf.c Replaced trivial uses of sprintf with snprintf 2023-12-08 13:30:38 -05:00
nc4info.c
nc4mem.c
nc4memcb.c