X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ecf418098cd2c0f6f099b53fd3a66d23d0d06b2..bd061d70cc07483926b798679ec9ffee591bf56c:/teshsuite/smpi/mpich-test/pt2pt/waitall2.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/waitall2.c b/teshsuite/smpi/mpich-test/pt2pt/waitall2.c index 4811e56dfd..fbcee83aa6 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/waitall2.c +++ b/teshsuite/smpi/mpich-test/pt2pt/waitall2.c @@ -18,7 +18,7 @@ void Pause( double ); void Pause( double sec ) { /*double t1 =*/ MPI_Wtime(); - smpi_sleep(sec); + sleep(sec); //while (MPI_Wtime() - t1 < sec) ; }