Dennis Heimbigner
Dennis Heimbigner
Package Version: 4.7.2 Operating System: CentOS Linux release 7.6.1810 Hardware: Intel Xeon Gold 6130, 384 GB DDR4 SDRAM, 2 x 400 GB SSD
I agree that the 2^64 is correct. Unfortunately, the code in nc3internal.c is convoluted so fixing it may be a bit tricky. One thing is that the code depends on...
Just a reminder that via netcdf-c, one cannot modify the length of a vlen without rewriting the top-level variable.
It looks like it is coming from derror.c The problem is that netcdf-c errors are reported as a single integer (not unlike the std linux errno errors). As such, it...
I am having trouble with RELEASENOTES.md I am getting errors around the occurrences of @gsjaardema. The error is this: > /home/runner/work/netcdf-c/netcdf-c/RELEASE_NOTES.md:52: error: Found unknown command '\gsjaardema' (warning treated as error,...
You can increase the timeout by creating a file called .dodsrc using e.g. cat >.dodsrc
Found this on stack overflow: https://stackoverflow.com/questions/2418157/c-error-undefined-reference-to-clock-gettime-and-clock-settime
I suppose we could do a configure.ac check for availability of clock_gettime.
What ./configure options did you use when building hdf5-1.12.0 ?
I ran on ubuntu 21 with: 1. HDF5 build: > ./configure --prefix /usr/local --enable-hl --enable-shared --enable-static --with-zlib --with-szlib=/usr/local --enable-ros3-vfd 2. netcdf-c master build: > export CPPFLAGS=-I/usr/local/include export LDFLAGS=-L/usr/local/lib ./configure --disable-dap-remote-tests...