[C-MPI-commits] SF.net SVN: c-mpi:[185] test/cmpi/test-manyputs.c
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2011-04-15 21:57:46
|
Revision: 185
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=185&view=rev
Author: jmwozniak
Date: 2011-04-15 21:57:40 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
Test fix
Modified Paths:
--------------
test/cmpi/test-manyputs.c
Modified: test/cmpi/test-manyputs.c
===================================================================
--- test/cmpi/test-manyputs.c 2011-04-15 21:56:16 UTC (rev 184)
+++ test/cmpi/test-manyputs.c 2011-04-15 21:57:40 UTC (rev 185)
@@ -46,7 +46,6 @@
free(value);
}
double stop = MPI_Wtime();
- printf("TOOK: %0.3f\n", stop-start);
// sleep((mpi_size-mpi_rank)*3+10);
MPI_Barrier(cmpi_comm_clients);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|