[MOAB-dev] r4198 - MOAB/trunk/src/io
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Oct 6 12:07:21 CDT 2010
Author: kraftche
Date: 2010-10-06 12:07:21 -0500 (Wed, 06 Oct 2010)
New Revision: 4198
Modified:
MOAB/trunk/src/io/ReadHDF5.cpp
Log:
increase read buffer size from 40 MB to 128 MB
Modified: MOAB/trunk/src/io/ReadHDF5.cpp
===================================================================
--- MOAB/trunk/src/io/ReadHDF5.cpp 2010-10-06 17:06:10 UTC (rev 4197)
+++ MOAB/trunk/src/io/ReadHDF5.cpp 2010-10-06 17:07:21 UTC (rev 4198)
@@ -58,7 +58,7 @@
#undef BLOCKED_COORD_IO
-#define READ_HDF5_BUFFER_SIZE (40*1024*1024)
+#define READ_HDF5_BUFFER_SIZE (128*1024*1024)
#define assert_range( PTR, CNT ) \
assert( (PTR) >= (void*)dataBuffer ); assert( ((PTR)+(CNT)) <= (void*)(dataBuffer + bufferSize) );
More information about the moab-dev
mailing list