[mpich2-commits] r6662 - mpich2/trunk/test/mpi/pt2pt

thakur at mcs.anl.gov thakur at mcs.anl.gov
Mon May 17 12:57:59 CDT 2010


Author: thakur
Date: 2010-05-17 12:57:59 -0500 (Mon, 17 May 2010)
New Revision: 6662

Modified:
   mpich2/trunk/test/mpi/pt2pt/large_message.c
Log:
comment out printfs on failure; too many

Modified: mpich2/trunk/test/mpi/pt2pt/large_message.c
===================================================================
--- mpich2/trunk/test/mpi/pt2pt/large_message.c	2010-05-17 17:57:48 UTC (rev 6661)
+++ mpich2/trunk/test/mpi/pt2pt/large_message.c	2010-05-17 17:57:59 UTC (rev 6662)
@@ -42,7 +42,7 @@
        Get_count still fails because status.count is not 64 bit */
     for (i=0; i<cnt; i++) {
         if (cols[i] != i) {
-            printf("Rank %d, cols[i]=%lld, should be %d\n", rank, cols[i], i);
+            /*printf("Rank %d, cols[i]=%lld, should be %d\n", rank, cols[i], i);*/
             errs++;
         }
     }



More information about the mpich2-commits mailing list