Re: [Libmesh-users] HDF5 compatibility

2019-07-14 Thread David Knezevic
FYI, we use HDF5 version 1.10.2 released on 2018-03-29. This works fine with the netCDF bundled with libMesh for us. David On Thu, Jul 4, 2019 at 10:02 AM Alexander Lindsay wrote: > I was able to successfully run using HDF5 version 1.8.20. Based on the > issue I referenced, I wonder whether 1.

Re: [Libmesh-users] HDF5 compatibility

2019-07-03 Thread Alexander Lindsay
I was able to successfully run using HDF5 version 1.8.20. Based on the issue I referenced, I wonder whether 1.10.1 and 1.10.2 may also work. On Wed, Jul 3, 2019 at 5:57 PM Alexander Lindsay wrote: > Do we know what version of HDF5 is compatabile with our current netCDF > release (4.6.2)? There i

[Libmesh-users] HDF5 compatibility

2019-07-03 Thread Alexander Lindsay
Do we know what version of HDF5 is compatabile with our current netCDF release (4.6.2)? There is some discussion on compatability here: https://github.com/Unidata/netcdf-c/issues/951. I've configured libmesh with the options: --enable-hdf5 and --with-hdf5 where I point to a 1.10.5 hdf5 version. How