Skip to content

Commit 7bdd491

Browse files
author
Martin D. Weinberg
committed
Restore 1MB as the default chunk size
1 parent e8ac21d commit 7bdd491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expui/BiorthBasis.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace BasisClasses
118118
//@{
119119
//! HDF5 compression settings
120120
unsigned H5compress = 5;
121-
unsigned H5chunk = 4096; // 1024*1024;
121+
unsigned H5chunk = 1024*1024; // (1 MB)
122122
bool H5shuffle = true;
123123
//@}
124124

0 commit comments

Comments
 (0)