[MOAB-dev] r4177 - in MOAB/trunk: . tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Sep 28 10:54:29 CDT 2010
Author: kraftche
Date: 2010-09-28 10:54:29 -0500 (Tue, 28 Sep 2010)
New Revision: 4177
Modified:
MOAB/trunk/README.IO
MOAB/trunk/tools/parread.cpp
Log:
fix option name and document PARALLEL_RESOLVE_SHARED_ENTS
Modified: MOAB/trunk/README.IO
===================================================================
--- MOAB/trunk/README.IO 2010-09-28 15:47:51 UTC (rev 4176)
+++ MOAB/trunk/README.IO 2010-09-28 15:54:29 UTC (rev 4177)
@@ -99,6 +99,14 @@
file formats.)
- FORMAT - depricated (use WRITE_PART)
+
+ PARALLEL_RESOLVE_SHARED_ENTS
+
+Resolve which entities are shared between which processes, such
+that propogation of data across processes can be done. This should
+probably be the defautl behavior, as you almost certainly want this
+unless, perhaps, PARALLEL=BCAST.
+
PARTITION
PARTITION=<tag_name>
Modified: MOAB/trunk/tools/parread.cpp
===================================================================
--- MOAB/trunk/tools/parread.cpp 2010-09-28 15:47:51 UTC (rev 4176)
+++ MOAB/trunk/tools/parread.cpp 2010-09-28 15:54:29 UTC (rev 4177)
@@ -105,7 +105,7 @@
options << "PARTITION=" << partition_tag_name
<< ";PARALLEL=" << read_mode;
if (resolve_shared)
- options << ";RESOLVE_SHARED_ENTS";
+ options << ";PARALLEL_RESOLVE_SHARED_ENTS";
if (assign_by_id)
options << ";PARTITION_BY_RANK";
if (debug_level)
More information about the moab-dev
mailing list