Ward Fisher
Ward Fisher
I'm in the process of merging a pull request submitted by Wei-Keng Liao (full history here: https://github.com/Unidata/netcdf-c/pull/319 working branch is ghpull-375). Regression tests on the branch result in the following...
Running on MacOS, with HDF5 built w/out szlib support, is seeing a failure in `nc_test4/tst_vars3.c, line: 443`. The message being reported is: > **** testing simple szip filter setup...Sorry! Unexpected...
The netCDF-C (and interface libraries as well) need to have the main development branch renamed from `master` to `main`, in line with current Unidata policy and in line with the...
As reported by @lesserwhirls: [PR #1087](https://github.com/Unidata/netcdf-c/pull/1087) introduced an alternative form for per-variable chunking, as described below: So using nccopy, you can set a chunkspec based on dimensions like so: ```...
The test `nc_test/test_byterange.sh` is failing on my system. It appears that this feature is not being tested by our github actions. I will work to establish the fail states for...
Trying to adopt a more formal workflow. With upcoming changes to the Unidata webserver on the horizon, some links in the documentation will need to be updated for the 4.8.1...
A failure in `nc_test/nc_test` was initially reported on the `ppc64le` platform as part of the tests for `conda-forge/libnetcdf-feedstock` release of 4.8.0. Subsequent testing has revealed an issue with some, but...
Unit tests `tst_exhash.c` and `tst_xcache.c` fail to link due to undefined reference to `clock_gettime()`. This can be fixed by passing `-lrt` to link against librt.so, but this behavior is highly...
Mirroring an issue from the python interface, which hooks into the underlying C library. * https://github.com/Unidata/netcdf4-python/issues/1018 In a nutshell, array slicing in 4.7.4 has been reported as being orders of...
Working in 32-bit Ubuntu 19.10. `run_par_tests.sh` fails when building with autotools and running via `make check`. Diagnostics are ongoing. `run_par_tests.sh` does not fail when building with cmake and running via...