[MOAB-dev] r4409 - MOAB/trunk/src/parallel

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed Dec 22 15:39:31 CST 2010


Author: kraftche
Date: 2010-12-22 15:39:31 -0600 (Wed, 22 Dec 2010)
New Revision: 4409

Modified:
   MOAB/trunk/src/parallel/WriteHDF5Parallel.cpp
Log:
Comment out call to get_sharedset_tags in WriteHDF5Parallel

This function is broken in that it causes all parallel HDF5 writes to fail
given the limitations of the current implementation.  It did not cause
any failures prior to my recent reorganization of the tag code because,
due to a bug, it didn't do anything at all.



Modified: MOAB/trunk/src/parallel/WriteHDF5Parallel.cpp
===================================================================
--- MOAB/trunk/src/parallel/WriteHDF5Parallel.cpp	2010-12-22 21:37:11 UTC (rev 4408)
+++ MOAB/trunk/src/parallel/WriteHDF5Parallel.cpp	2010-12-22 21:39:31 UTC (rev 4409)
@@ -362,10 +362,10 @@
   if (MB_SUCCESS != rval) return error(rval);
 
     /**************** get tag names for sets likely to be shared ***********/
-  debug_barrier();
-  dbgOut.tprint(1,"Getting shared entity sets\n");
-  rval = get_sharedset_tags();
-  if (MB_SUCCESS != rval) return error(rval);
+  //debug_barrier();
+  //dbgOut.tprint(1,"Getting shared entity sets\n");
+  //rval = get_sharedset_tags();
+  //if (MB_SUCCESS != rval) return error(rval);
   
 
     /**************** Create actual file and write meta info ***************/


































More information about the moab-dev mailing list