Charlie Zender
Charlie Zender
Bumping to 1.2.0 because solving it means and HDF5 deep-dive for me.
Changed title since problem has to do with HDF5 storage of floating point data, and has nothing to do with bitgrooming, which just happens to test on floating point (not...
Bumping this to 1.2.0. I think the Power9 IBM chips are still big-endian. I might be able to get an account on one. Disinclined to fake this by cross-compiling.
A verbose/debug mode or something like the netCDF log level would be fine. Now that I have a machine with CCR building with netCDF master and debugger, however, the importance...
First heard about this bug report in February, 2025. Patch to fix was merged into netCDF a week later: `https://github.com/Unidata/netcdf-c/pull/3093` and is expected to be in the netCDF 4.10.0 release....
@jswhit2 and @garciampred Please LMK if you experience any quantization issues in the patched upstream netCDF library, now known as libnetcdf version 4.10.0-development.
Yes. UNIX uses a symbolic link from nces to the ncra executable. I do not know how to do that in Windows, so your suggestion of just copying ncra.exe to...
Yes, that's curious. Thanks for looking into this. LMK if I can provide any other information... ``` zender@spectral:~$ uname -a Darwin spectral 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2...
I'm relieved I'm not the only one seeing ghosts in the compiler. I also have the normal (free) Xcode tools installed, though my development environment paths give precedence to Homebrew....
I want to use Homebrew-provided C++ or Fortran90 libraries with your C++/F90 code, so it's safer to compile using the same compilers. Less chance of compiler mis-match errors. Also Homebrew...