Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to make the smpi-mpich-env test more robust in multitasking environments.
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / waitall3.c
index 0b76a88..cdd13f8 100644 (file)
@@ -20,7 +20,7 @@ void Pause( double );
 void Pause( double sec )
 {
   /*double t1 =*/ MPI_Wtime();
-smpi_sleep(sec);
+  sleep(sec);
 //  while (MPI_Wtime() - t1 < sec) ;
 }