X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06cc5b34eccf67f299861b27a1a367b079fc8d3d..c7061a82b255f05ad7e1f0a03acc34433e02f4fa:/examples/scala/masterslave/README diff --git a/examples/scala/masterslave/README b/examples/scala/masterslave/README deleted file mode 100644 index 9207911abc..0000000000 --- a/examples/scala/masterslave/README +++ /dev/null @@ -1,11 +0,0 @@ -This is a somehow basic master/slaves example. - -There is 3 kind of processes: - * Master: creates some tasks, and dispatches them to its slaves - * Forwarder: get tasks from master, and dispatch them further - * Slave: get tasks from either master or forwarder, and run them - -At the end of the execution: - - the master sends FinalizeTask to every known slave to stop them - - On reception of FT, forwarders send FT to every slave, and stop. - - On reception of FinalizeTask, slaves stop. \ No newline at end of file