Greg Sjaardema
Greg Sjaardema
The 32-bit builds have definitely not been used lately and could probably be considered unsupported. The code still exists in various places, but I can't remember the last time I...
It might be OK to modify the test to `sizeof(FTNINT) >= sizeof(void*)`. It's just been so long since I looked at the special cases in that code that I don't...
Yes, making it user-configurable would be nice.
Basic PR in #704. hard-wired; not user-configurable.
> @gsjaardema what do you think about SWMR? I agree with @ZedThree that many users want to be able to query the HDF5 file while it is being written and...
> We are seeing some unexplained memory use with HDF5 (even when it is not explicitly called in our code). Until this is resolved, we need to be able to...
If your input file is in netcdf4 format it will use hdf5 on input. On Sun, Dec 25, 2022, 04:21 Denis Ridzal ***@***.***> wrote: > Yes, massif reports about 20%...
I understand the desire for this, but I think the primary reason for defaulting to gcc or gnu is that we then know that typically a fortran compiler will exist...
Just for mor information. One of the main reasons is that libcurl pulls in lots of encryption and ssl and kerberos libraries which can cause issues with some python's that...
I can provide a starting PR if you would like... I have an `ENABLE_CURL` option and it defaults to on, but is set to off if `ENABLE_REMOTE_FUNCTIONALITY=OFF` or can be...