Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move MSG and SimDag examples out of the sight of users
[simgrid.git] / examples / java / app / masterworker / README
diff --git a/examples/java/app/masterworker/README b/examples/java/app/masterworker/README
deleted file mode 100644 (file)
index 14bc4c4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a somehow basic master/workers example.
-
-There is 2 kind of processes:
- * Master: creates some tasks, and dispatches them to its slaves
- * Worker: get tasks from the master and run them
-
-At the end of the execution:
- - the master sends a Task whose name is "finalize" to every known worker to stop them
- - On reception of such tasks workers stop.
\ No newline at end of file