Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
used host user data to store global index values and remove some clunky
[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;
 }