[MOAB-dev] r4423 - MOAB/trunk/src/io
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Jan 6 15:36:08 CST 2011
Author: kraftche
Date: 2011-01-06 15:36:08 -0600 (Thu, 06 Jan 2011)
New Revision: 4423
Modified:
MOAB/trunk/src/io/ReadHDF5.cpp
Log:
re-enable single proc scan and bcast of hdf5 file summary
Modified: MOAB/trunk/src/io/ReadHDF5.cpp
===================================================================
--- MOAB/trunk/src/io/ReadHDF5.cpp 2011-01-06 20:55:51 UTC (rev 4422)
+++ MOAB/trunk/src/io/ReadHDF5.cpp 2011-01-06 21:36:08 UTC (rev 4423)
@@ -67,7 +67,7 @@
* which all nodes open file in parallel to read data. If undefined,
* file is opened once in parallel and all nodes read summary data.
*/
-#undef BCAST_SUMMARY
+#define BCAST_SUMMARY
#define READ_HDF5_BUFFER_SIZE (128*1024*1024)
More information about the moab-dev
mailing list