Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix example photovoltaic
[simgrid.git] / tools / simgrid-monkey
index c48a77137f4785c72a3927b2983ea58a9f796332..8a70894e7e77eb4a0586cbe0dd2ca3297220b2e6 100755 (executable)
@@ -22,7 +22,6 @@
 #   * teshsuite/s4u/monkey-masterworkers: tests synchronous comms and execs (C++ and python)
 #   * teshsuite/s4u/monkey-semaphore: tests async semaphores (C++ only)
 
 #   * teshsuite/s4u/monkey-masterworkers: tests synchronous comms and execs (C++ and python)
 #   * teshsuite/s4u/monkey-semaphore: tests async semaphores (C++ only)
 
-import multiprocessing as mp
 import sys
 import os
 import argparse
 import sys
 import os
 import argparse
@@ -111,7 +110,6 @@ def do_run(cmd, extra_params, test_todo):
 
 def doit():
     prev_time = 0
 
 def doit():
     prev_time = 0
-    test_count = 0
     test_todo = 2 * len(timestamps) * (host_count + link_count)
     for pos in range(len(timestamps)):
         now = timestamps[pos]
     test_todo = 2 * len(timestamps) * (host_count + link_count)
     for pos in range(len(timestamps)):
         now = timestamps[pos]