X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/883320e6734ee65c917b08aa118c5facd43a6d89..093137e80b3ec570647537338e2d2fa0ef2a6b72:/tools/simgrid-monkey diff --git a/tools/simgrid-monkey b/tools/simgrid-monkey index c48a77137f..8a70894e7e 100755 --- a/tools/simgrid-monkey +++ b/tools/simgrid-monkey @@ -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) -import multiprocessing as mp import sys import os import argparse @@ -111,7 +110,6 @@ def do_run(cmd, extra_params, test_todo): 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]