Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the extraction of the graph is a NetZone method
[simgrid.git] / src / surf / surf_c_bindings.cpp
index 7c98371..44e7788 100644 (file)
@@ -146,7 +146,5 @@ double surf_solve(double max_date)
 
   simgrid::s4u::Engine::on_time_advance(time_delta);
 
-  TRACE_paje_dump_buffer(false);
-
   return time_delta;
 }