X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf6ed47fe662e71174b6c034e66fbe176c390eb9..d9d0310b37e3c0e23fc7b71ba76ff1fe2d640e36:/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;