diff options
Diffstat (limited to 'test/overhead.c')
-rw-r--r-- | test/overhead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/overhead.c b/test/overhead.c index 785bfd7..4fdc6d3 100644 --- a/test/overhead.c +++ b/test/overhead.c @@ -226,7 +226,7 @@ test(fill_t fill_style, const double splits[], /* Determine overhead */ if (verbose) { - if (H5Fflush(file)<0) goto error; + if (H5Fflush(file, H5F_SCOPE_LOCAL)<0) goto error; if (fstat(fd, &sb)<0) goto error; printf("%4lu %8.3f\n", (unsigned long)i, |