mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
d2316f866c
Primary Fixes: * Add a whole variable optimization -- used in the rare case that nc_get/put_vara covers the whole of a variable and the variable has a single chunk. * Fix chunking error when stride causes whole chunks to be skipped. * Fix some memory leaks * Add test cases * Add one performance test to nczarr_test/. This uses the timer utils from unit_test: timer_utils.[ch]. * Move ncdumpchunks utility from ncdump to nczarr_test Misc. Other Changes: * Make check for aws libraries conditional on --enable-nczarr-s3 * Remove all but one bm tests from nczarr_test until they are working. * Remove another dependency on HDF5 from supposedly non-HDF5 specific code; specifically hdf5_log_hdf5. * Make the BAIL2 macro be hdf5 specific and replace elsewhere with an HDF5 independent equivalent. * Move hdf5cache.c to libsrc4/nc4cache.c because it is used by nczarr. * Modify unit_tests so that some of them are run even if using Windows. * Misc. small bug fixes and refactors and memory leaks. * Rename some conflicting tests for cmake. * Attempted to make nc_perf work with cmake and failed. |
||
---|---|---|
.. | ||
bigmeta.c | ||
bm_file.c | ||
bm_many_atts.c | ||
bm_many_objs.c | ||
bm_netcdf4_recs.c | ||
CMakeLists.txt | ||
gfs_sample.cdl | ||
Makefile.am | ||
openbigmeta.c | ||
perftest.sh | ||
run_bm_elena.sh | ||
run_bm_test1.sh | ||
run_bm_test2.sh | ||
run_gfs_test.sh.in | ||
run_knmi_bm.sh | ||
run_par_bm_test.sh.in | ||
run_tst_chunks.sh | ||
tst_ar4_3d.c | ||
tst_ar4_4d.c | ||
tst_ar4.c | ||
tst_attsperf.c | ||
tst_bm_rando.c | ||
tst_chunks3.c | ||
tst_create_files.c | ||
tst_files2.c | ||
tst_files3.c | ||
tst_gfs_data_1.c | ||
tst_h_many_atts.c | ||
tst_knmi.c | ||
tst_mem1.c | ||
tst_mem.c | ||
tst_utils.c | ||
tst_wrf_reads.c |