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_bench.c
index 374ff97..9bd1f19 100644 (file)
@@ -45,7 +45,5 @@ void smpi_bench_end()
        SIMIX_cond_destroy(cond);
        //SIMIX_action_destroy(action);
 
-       // FIXME: check for success/failure?
-
        return;
 }