[MOAB-dev] r4889 - MOAB/trunk/src/io

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri May 27 08:00:31 CDT 2011


Author: tautges
Date: 2011-05-27 08:00:20 -0500 (Fri, 27 May 2011)
New Revision: 4889

Modified:
   MOAB/trunk/src/io/ReadNC.cpp
Log:
A bit more debug output.


Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp	2011-05-27 03:41:08 UTC (rev 4888)
+++ MOAB/trunk/src/io/ReadNC.cpp	2011-05-27 13:00:20 UTC (rev 4889)
@@ -712,6 +712,9 @@
     dbgOut.tprintf(1, "Partition: %dx%dx%d (out of %dx%dx%d)\n", 
                    ilMax-ilMin+1, jlMax-jlMin+1, klMax-klMin+1,
                    iMax-iMin+1, jMax-jMin+1, kMax-kMin+1);
+    if (myComm->proc_config().proc_rank() == 0) 
+      dbgOut.tprintf(1, "Contiguous chunks of size %d bytes.\n", 8*(ilMax-ilMin+1)*(jlMax-jlMin+1));
+    
     ERRORR(rval, "Failed to compute partition.");
   }
 #endif







































More information about the moab-dev mailing list