ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
158 stars 27 forks source link

HDF5 Support #1260

Closed njansson closed 2 months ago

njansson commented 2 months ago

This add support for reading/writing (parallel) HDF5 files. The new format has been enabled as an optional format for checkpoints, but the backend can read/write most of our output lists.

timfelle commented 2 months ago

Looks great. One minor thing though, could it be useful to have the short dummy code first in the #if statement?

It might make it easier to read as one can quickly understand what the if statement actually contains.

#ifndef HAVE_HDF5
    ! Print the error message
#else
    ! implementation
#endif
timofeymukha commented 2 months ago

Very happy to see hdf5 come in :-).