[cig-commits] r18799 - short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Fri Jul 22 17:29:41 PDT 2011


Author: brad
Date: 2011-07-22 17:29:40 -0700 (Fri, 22 Jul 2011)
New Revision: 18799

Modified:
   short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/Distributor.cc
Log:
Added debugging output (commented out).

Modified: short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/Distributor.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/Distributor.cc	2011-07-22 21:59:35 UTC (rev 18798)
+++ short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/topology/Distributor.cc	2011-07-23 00:29:40 UTC (rev 18799)
@@ -388,6 +388,11 @@
   logger.stagePop();
   logger.stagePop(); // Mesh
   //logger.setDebug(0);
+
+#if 0 // DEBUGGING
+  sendParallelMeshOverlap->view("SEND OVERLAP");
+  recvParallelMeshOverlap->view("RECV OVERLAP");
+#endif
 } // distribute
 
 



More information about the CIG-COMMITS mailing list