Skip to content

allow 1d length one read as scalar

Compare
Choose a tag to compare
@scivision scivision released this 18 Jul 17:25
· 512 commits to main since this release
4d3afbc

A common though suboptimal practice is to write scalars as 1d, length 1. Now these are allowed to be read in h5fortran.

  • Fixed excessive, incorrect warnings about auto-closing HDF5 files.
  • h5write/h5read: removed "ierr" argument
  • Find{HDF5,MPI}: only search gfortran paths if using gfortran
  • CI: test in Debug and Release mode to catch more errors in development