Edward Hartnett

Results 327 comments of Edward Hartnett

@DusanJovic-NOAA have repo settings been changed to prevent recurrence?

Awesome work! Definitely add a flag to netcdf_meta/nc-config for this!

@DennisHeimbigner SWMR is a very useful feature for HPC users. It is frequently the case that a model is writing results and other processes want to see those results. To...

@gsjaardema what do you think about SWMR?

String variables for attributes don't make much sense. If it is a short string, then just use a char array. If it is a long string, then put it in...

I tested with the main branch. But nothing has changed for a while. The configure.ac looks for function nc_def_var_szip, which was defined in 4.7.4. So if you point to the...

OK, I cannot reproduce this error, except by deliberately linking to an older version of netcdf-c. Are you sure you are setting LDFLAGS correctly to point to the lib directory...

OK, any time you are tempted to open up a Makefile and edit, just stop right there. That is never necessary. So now you are getting through the configure for...