X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c405aa8f8e373531b1f3cb8f7e2e4dfe59e188bb..e0152c6306f9e147f683c4f49a7f57d4be1f871d:/tools/simgrid-monkey diff --git a/tools/simgrid-monkey b/tools/simgrid-monkey index d2f627344d..8a70894e7e 100755 --- a/tools/simgrid-monkey +++ b/tools/simgrid-monkey @@ -19,9 +19,9 @@ # * So the amount of simulations is: 1 + (host_c+link_c) * timestamps * 2 # # * Test program, written to resist these extreme conditions: -# * teshsuite/s4u/monkey-masterworkers: tests synchronous comms and execs +# * 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 @@ -110,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]