Ed Hartnett

Results 98 comments of Ed Hartnett

I believe the problem is in nc_def_var_extra() right here: ``` /* Chunksizes anyone? */ if (!ishdf4 && contiguous && *contiguous == NC_CHUNKED) { var->contiguous = NC_FALSE; /* If the user...

Dennis, I look forward to seeing this work develop. Also, how do you plan to test?

As for me, I just noticed large file tests and added them to some CI builds today. I am still hunting for my rasberry pi so I can set up...

@WardF let me know the results. If it fixes the issue I will include this PR in my mega-merge PR. (Or you can just go ahead and merge directly to...

Yes, I have a matrix build on mine that takes forever to build a bunch of combinations. But I will run it on my current branch and go off and...

I believe the only layer using the default vars is the HDF4 layer, which, as I recall, does not have a vars style function. It only uses the read, since...

I didn't realize that this was used for libsrc. That alone is good enough reason to improve it! ;-) The pnetcdf layer calls the pnetcdf functions ncmpi_get|put_vars_*, so does not...

Those functions are only used for parallel I/O builds of netCDF. Did you intend to use parallel IO on Windows? That is not typical, as far as I know. So...

I was not aware that anyone was using the enable-dll configure option, or that it worked at all! Sadly I recently removed this option. I guess I better put it...

OK, I have restored the DLL sections to configure.ac and to the relevant Makefile.am files. I have also change netcdf_par.h so that, like netcdf.h, the extra microsoft external declarations are...