Even more normalization with develop
This commit is contained in:
@@ -85,16 +85,6 @@ 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];
|
||||
|
||||
HDsnprintf(verbose_name, sizeof(verbose_name), "swmr_start_write.log.%u", random_seed);
|
||||
|
||||
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)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user