X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a286e57018d2ef03257affb9fe1e73e0b8d08a3d..9f321cc72a6b68b9edaf7322b9bba451e84245dd:/teshsuite/smpi/mpich-test/pt2pt/order.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/order.c b/teshsuite/smpi/mpich-test/pt2pt/order.c index 6795d71797..2701dd3ead 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/order.c +++ b/teshsuite/smpi/mpich-test/pt2pt/order.c @@ -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;