[MOAB-dev] r5800 - in MOAB/trunk/src: io parallel

iulian at mcs.anl.gov iulian at mcs.anl.gov
Tue Oct 16 01:23:53 CDT 2012


Author: iulian
Date: 2012-10-16 01:23:53 -0500 (Tue, 16 Oct 2012)
New Revision: 5800

Modified:
   MOAB/trunk/src/io/ReadNC.cpp
   MOAB/trunk/src/parallel/ParallelComm.cpp
Log:
forgot to turn off debug flags



Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp	2012-10-16 06:17:49 UTC (rev 5799)
+++ MOAB/trunk/src/io/ReadNC.cpp	2012-10-16 06:23:53 UTC (rev 5800)
@@ -1036,7 +1036,7 @@
 
 
 #ifdef USE_MPI
-  bool localdebug=true;
+  bool localdebug=false;
   if (procs>1)
   {
     assert(myPcomm);

Modified: MOAB/trunk/src/parallel/ParallelComm.cpp
===================================================================
--- MOAB/trunk/src/parallel/ParallelComm.cpp	2012-10-16 06:17:49 UTC (rev 5799)
+++ MOAB/trunk/src/parallel/ParallelComm.cpp	2012-10-16 06:23:53 UTC (rev 5800)
@@ -3870,7 +3870,7 @@
    *  owned. And we can then set all 5 flags. We do not even need to touch the global id, maybe just for
    *  debug purposes.
    */
-  bool localdebug = true;
+  bool localdebug = false;
   TupleList remoting_entities;
   uint nents = not_owned_verts.size();
   assert(not_owned_verts.size() == processors.size());



More information about the moab-dev mailing list