[mpich2-commits] r3974 - mpich2/trunk/test/mpi/coll

balaji at mcs.anl.gov balaji at mcs.anl.gov
Sun Mar 8 20:29:42 CDT 2009


Author: balaji
Date: 2009-03-08 20:29:42 -0500 (Sun, 08 Mar 2009)
New Revision: 3974

Modified:
   mpich2/trunk/test/mpi/coll/allgatherv4.c
Log:
When MTest_Finalize is used, we don't need to explicitly print No Errors again.

Modified: mpich2/trunk/test/mpi/coll/allgatherv4.c
===================================================================
--- mpich2/trunk/test/mpi/coll/allgatherv4.c	2009-03-09 01:21:13 UTC (rev 3973)
+++ mpich2/trunk/test/mpi/coll/allgatherv4.c	2009-03-09 01:29:42 UTC (rev 3974)
@@ -99,10 +99,6 @@
     free(recvcounts);
     free(displs);
 
-    MPI_Comm_rank(MPI_COMM_WORLD, &comm_rank);
-    if (!comm_rank)
-        printf(" No Errors\n");
-
     MTest_Finalize(errs);
     MPI_Finalize();
 



More information about the mpich2-commits mailing list