Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
replace explicit smpi_sleep calls I introduced in some examples by sleep ones
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / order.c
index 2701dd3..1b8f3a9 100644 (file)
@@ -57,7 +57,7 @@ for this test.\n" );
     else
     {
        MPI_Wtime();
-       smpi_sleep(easy);
+       sleep(easy);
   //while (MPI_Wtime() - t1 < easy) ;
        a = 1;
        b = 2;