On Mon, 1 Sep 2014, Åsmund Ervik wrote: > This is the reason why I asked whether I can somehow tell > "--download-hdf5" to download a more recent version. 1.8.11 should do it.
This works for me with examples.. --download-hdf5=http://www.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-1.8.13/src/hdf5-1.8.13.tar.gz Satish ----------- balay@asterix /home/balay/petsc/src/vec/vec/examples/tutorials (master) $ ./ex10 -hdf5 Vec Object:Test_Vec 1 MPI processes type: seq 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 writing vector in hdf5 to vector.dat ... reading vector in hdf5 from vector.dat ... Vec Object:Test_Vec 1 MPI processes type: seq 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 balay@asterix /home/balay/petsc/src/vec/vec/examples/tutorials (master) $
