Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Enable valgrind for unit-tests.
[simgrid.git] / tools / simgrid-monkey
index d2f627344d159d5556790efddbf0e124080336d3..c48a77137f4785c72a3927b2983ea58a9f796332 100755 (executable)
@@ -19,7 +19,8 @@
 #   * 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