Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add fortran tests from mpich-tests, enforce completion of mpich-tests suite with...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / sendorder.c
index e226f9d..b95c16e 100644 (file)
@@ -21,8 +21,8 @@ void CheckStatus( MPI_Status *, int, int, int, int * );
 */
 void delay( int ms )
 {
-  double t, deltat = ms * 0.001;
-  t = MPI_Wtime();
+  double  deltat = ms * 0.001;
+  MPI_Wtime();
   //while (MPI_Wtime() - t < deltat) ;
   smpi_sleep(deltat);
 }