X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..fdb00db083af84f44f82e6dfd98140a4b1c08c22:/teshsuite/smpi/mpich-test/pt2pt/sendorder.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/sendorder.c b/teshsuite/smpi/mpich-test/pt2pt/sendorder.c index b95c16e8cb..e6e3f08ec5 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/sendorder.c +++ b/teshsuite/smpi/mpich-test/pt2pt/sendorder.c @@ -24,7 +24,7 @@ void delay( int ms ) double deltat = ms * 0.001; MPI_Wtime(); //while (MPI_Wtime() - t < deltat) ; - smpi_sleep(deltat); + sleep(deltat); } void CheckStatus( MPI_Status *status, int tag, int src, int cnt, int *err )