Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
trying to debug a persistent problem.
[simgrid.git] / src / smpi / smpi_util.c
index faae149..60f4157 100644 (file)
@@ -37,7 +37,7 @@ unsigned int smpi_sleep(unsigned int seconds)
 
        SIMIX_mutex_destroy(mutex);
        SIMIX_cond_destroy(cond);
 
        SIMIX_mutex_destroy(mutex);
        SIMIX_cond_destroy(cond);
-       SIMIX_action_destroy(action);
+       //SIMIX_action_destroy(action);
 
        // FIXME: check for success/failure?
 
 
        // FIXME: check for success/failure?