X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bbac43bba2350e10f84605693da4b1244ef9da2..3bb5446e9de29764eb8d739753c101cbb90a7b21:/teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py diff --git a/teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py b/teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py index 6db4f0c462..26944b7027 100644 --- a/teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py +++ b/teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py @@ -10,7 +10,7 @@ It is not written to be pleasant to read, but instead to resist the aggressions of the monkey: - Workers keep going until after a global variable `todo` reaches 0. - The master is a daemon that just sends infinitely tasks - (simgrid simulations stop as soon as all non-daemon actors are done). + (SimGrid simulations stop as soon as all non-daemon actors are done). - The platform is created programmatically to remove path issues and control the problem size. See the simgrid-monkey script for more information.