From 74b983bab07770775a481c8e8be1938542b6dfd9 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Wed, 22 Aug 2018 17:23:32 +0200 Subject: [PATCH] Add support for Vector --- source/base/hdf5.cc | 53 ++++++- source/base/hdf5.inst.in | 20 ++- tests/base/hdf5_03.cc | 57 +++++++- .../hdf5_03.with_hdf5=true.mpirun=1.output | 137 ++++++++++++++++++ .../hdf5_03.with_hdf5=true.mpirun=4.output | 137 ++++++++++++++++++ 5 files changed, 396 insertions(+), 8 deletions(-) diff --git a/source/base/hdf5.cc b/source/base/hdf5.cc index 1f01a10cbf..e10b0771c7 100644 --- a/source/base/hdf5.cc +++ b/source/base/hdf5.cc @@ -20,6 +20,7 @@ # include # include +# include # include @@ -111,6 +112,17 @@ namespace HDF5 return static_cast(data.size()); } + template