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

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri May 27 08:02:14 CDT 2011


Author: tautges
Date: 2011-05-27 08:02:12 -0500 (Fri, 27 May 2011)
New Revision: 4890

Modified:
   MOAB/trunk/src/io/ReadNC.cpp
Log:
Let's try that again.



Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp	2011-05-27 13:00:20 UTC (rev 4889)
+++ MOAB/trunk/src/io/ReadNC.cpp	2011-05-27 13:02:12 UTC (rev 4890)
@@ -712,7 +712,7 @@
     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) 
+    if (myPcomm->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.");








































More information about the moab-dev mailing list