X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..b558f9b18c938af6a35ebea66ac2323a60178202:/simgrid-java/examples/masterslave/README diff --git a/simgrid-java/examples/masterslave/README b/simgrid-java/examples/masterslave/README deleted file mode 100644 index 9207911abc..0000000000 --- a/simgrid-java/examples/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