Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a flat broadcast action
[simgrid.git] / examples / msg / actions / bcast_deployment.xml
diff --git a/examples/msg/actions/bcast_deployment.xml b/examples/msg/actions/bcast_deployment.xml
new file mode 100644 (file)
index 0000000..589bdcb
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <process host="Tremblay" function="process0"/>
+  <process host="Jupiter" function="process1"/>
+  <process host="Fafard" function="process2"/>
+</platform>