From 9e4c8bd5a4ad44d446710134228af707f210c4ea Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Sep 2016 16:45:20 +0200 Subject: [PATCH] src/h5core/h5u_io.h - conditional flushing step data removed, for the time being we flush anyway --- src/h5core/h5u_io.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/h5core/h5u_io.c b/src/h5core/h5u_io.c index ce9994e..0e7f84e 100644 --- a/src/h5core/h5u_io.c +++ b/src/h5core/h5u_io.c @@ -230,9 +230,6 @@ h5u_write_data ( f->props->xfer_prop, data)); TRY (h5priv_end_throttle (f)); - if (f->props->flags & H5_FLUSH_STEP) - TRY (hdf5_flush (f->step_gid, H5F_SCOPE_LOCAL)); - TRY (hdf5_close_dataset (dset_id)); f->empty = 0;