[MOAB-dev] r5117 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Aug 25 11:59:32 CDT 2011
Author: kraftche
Date: 2011-08-25 11:59:32 -0500 (Thu, 25 Aug 2011)
New Revision: 5117
Modified:
MOAB/trunk/README.IO
Log:
document various HDF5 reader/writer options
Modified: MOAB/trunk/README.IO
===================================================================
--- MOAB/trunk/README.IO 2011-08-25 16:59:16 UTC (rev 5116)
+++ MOAB/trunk/README.IO 2011-08-25 16:59:32 UTC (rev 5117)
@@ -71,6 +71,11 @@
Actuation of all CGM attributes, default:no.
+ DEBUG_IO=n
+
+Set threashold for debug messages from low-level (format-specific)
+reader/writer. Default is 0 (none).
+
-------------------
Parallel IO Options
-------------------
@@ -165,7 +170,7 @@
ELEMENTS={EXPLICIT|NODES|SIDES}
-If reading only part of a file, specify which additional elements to read
+If reading only part of a file, specify which elements to read
in addition to those contained in the specified set. The options are:
EXPLICIT - read only explicitly designated elements
NODES - read any element for which all the nodes are being read.
@@ -177,7 +182,7 @@
CHILDREN={NONE|SETS|CONTENTS}
SETS={NONE|SETS|CONTETS}
-If reading only part of a file, specify which whether or not child or
+If reading only part of a file, specify whether or not child or
contained sets (CHILDREN an SETS, respectively) of input sets are to be read.
The options are:
NONE - Do not read sets because they are children of designated sets.
@@ -189,3 +194,55 @@
BUFFER_SIZE=<BYTES>
Reduce buffer size for debugging purposes.
+
+ KEEP
+
+For debugging purposes, retain partially written file if a failure
+occurs during the write process.
+
+ BLOCKED_COORDINATE_IO={yes|no}
+
+During read of HDF5 file, read vertex coordinates in blocked format
+(read all X coordinates, followed by all Y coordinates, etc.) Default
+is 'no'.
+
+ BCAST_SUMMARY={yes|no}
More information about the moab-dev
mailing list