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