diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-02-08 16:29:04 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-02-08 16:29:04 (GMT) |
commit | bb354058c00e276aece09ec13431d7ae2c5ff041 (patch) | |
tree | 0add7e2c3ec422f1241beedabae5155b9b8efa2a /test/swmr_start_write.c | |
parent | 5258d42aa6fe12918196864054067b36b7fe978c (diff) | |
download | hdf5-bb354058c00e276aece09ec13431d7ae2c5ff041.zip hdf5-bb354058c00e276aece09ec13431d7ae2c5ff041.tar.gz hdf5-bb354058c00e276aece09ec13431d7ae2c5ff041.tar.bz2 |
Added #ifdef QAK macros around log VFD calls in SWMR acceptance
tests.
Diffstat (limited to 'test/swmr_start_write.c')
-rw-r--r-- | test/swmr_start_write.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/swmr_start_write.c b/test/swmr_start_write.c index 26a3dab..ab639fb 100644 --- a/test/swmr_start_write.c +++ b/test/swmr_start_write.c @@ -92,6 +92,7 @@ create_file(const char *filename, hbool_t verbose, FILE *verbose_file, if(H5Pset_libver_bounds(fapl, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST) < 0) return -1; +#ifdef QAK if(verbose) { char verbose_name[1024]; @@ -99,6 +100,7 @@ create_file(const char *filename, hbool_t verbose, FILE *verbose_file, H5Pset_fapl_log(fapl, verbose_name, H5FD_LOG_ALL, (size_t)(512 * 1024 * 1024)); } /* end if */ +#endif /* QAK */ /* Create file creation property list */ if((fcpl = H5Pcreate(H5P_FILE_CREATE)) < 0) |