Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This change exports the gras_procdata pointer and use the Win32 function GetCurrentPr...
[simgrid.git] / src / smpi / smpi_util.c
index 60f4157..59518a2 100644 (file)
@@ -39,8 +39,6 @@ unsigned int smpi_sleep(unsigned int seconds)
        SIMIX_cond_destroy(cond);
        //SIMIX_action_destroy(action);
 
-       // FIXME: check for success/failure?
-
        smpi_bench_begin();
        return 0;
 }