From 5ea5519ab94fe1ddcdc76cff39f0afb0918b940d Mon Sep 17 00:00:00 2001 From: Norbert Podhorszki Date: Mon, 22 May 2017 15:26:40 -0400 Subject: [PATCH] include H5LTpublic.h to use H5LTmake_dataset --- utils/bp2h5/bp2h5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bp2h5/bp2h5.c b/utils/bp2h5/bp2h5.c index fa746bdc6..c73de90dd 100644 --- a/utils/bp2h5/bp2h5.c +++ b/utils/bp2h5/bp2h5.c @@ -37,7 +37,7 @@ #include "adios_types.h" #include "hdf5.h" -//#include "hdf5_hl.h" +#include "H5LTpublic.h" #ifdef DMALLOC #include "dmalloc.h" @@ -94,7 +94,7 @@ int main (int argc, char ** argv) { int gidx, i, j; MPI_Comm comm_dummy = MPI_COMM_WORLD; /* MPI_Comm is defined through adios_read.h */ - uint64_t count[MAX_DIMS]; + hsize_t count[MAX_DIMS]; herr_t h5_err; char h5name[256],aname[256],fname[256]; int h5i, level;