Greg Sjaardema

Results 105 comments of Greg Sjaardema

I know that some of the upcoming HPC systems support 16-bit floating point. For example, the MI250X shows FP16 performance numbers (https://www.amd.com/en/products/server-accelerators/instinct-mi250x) In the finite element / finite volume I/O...

The difference is that I am doing a complete build of both hdf5 and netcdf and specifying the install directories for both and out of the blue once I move...

I'm also a little confused as to why netCDF is installing files in my HDF5 plugin directory when my HDF5 library isn't using plugins... Are you expecting HDF5 to recognize...

> If you users are installing without sudo then does that mean they do not use compression They use zlib (or zlib-ng) and sometimes szip; neither of which require the...

I've been doing it for the past several releases. Would not be hurt if someone else wanted to do it.

If the only change is a new release, I will do something like: ``` spack checksum netcdf-c ``` Spack should then ask you how many versions to download and checksum;...

One good change to make may be to point the download url to the git repository instead of the ftp site (unless that is still the recommended site) ``` url...

You may want to look at creating an IOSS reader instead of Exodus. It would give you Exodus support in addition to CGNS, PamGen, an internal Generated Mesh, and other...

A correction to the above -- debug nccopy time for netcdf-3 is 0.7 to 0.8 seconds. Optimized shows: ``` ceerws2703a:build(master)> time ../bin/nccopy mix-nc4.g tmp-4.g (3 times) 0m11.405s 0m11.775s 0m11.799s ceerws2703a:build(master)>...