]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich-test/pt2pt/order.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modify .std files to comply, as fortran ones were outputing weird things
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / order.c
index 6795d717976243dede353d6ef3e3fa5c3941f651..2701dd3ead56ad7b0939c71b4f7934e5141cc308 100644 (file)
@@ -15,7 +15,7 @@ int main( int argc, char *argv[] )
     int b;
     MPI_Request request;
     MPI_Status  status;
-    double t1, t0;
+    double t0;
     
     MPI_Init(&argc, &argv);
     MPI_Comm_rank(MPI_COMM_WORLD, &rank);
@@ -56,7 +56,7 @@ for this test.\n" );
     }
     else
     {
-       t1 = MPI_Wtime();
+       MPI_Wtime();
        smpi_sleep(easy);
   //while (MPI_Wtime() - t1 < easy) ;
        a = 1;