Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / cpp / replay-comm / s4u-replay-comm-split_d.xml
diff --git a/examples/cpp/replay-comm/s4u-replay-comm-split_d.xml b/examples/cpp/replay-comm/s4u-replay-comm-split_d.xml
new file mode 100644 (file)
index 0000000..313d800
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+<!-- Example file of how to use trace replay, with actions split in separate files, one per actor.
+     Launch it like this:
+         ./s4u-replay-comm ../../platforms/platform.xml actions-comm-split_d.xml  -->
+
+  <actor host="Tremblay" function="p0">
+    <argument value="s4u-replay-comm-split-p0.txt"/>
+  </actor>
+  <actor host="Ruby"     function="p1">
+    <argument value="s4u-replay-comm-split-p1.txt"/>
+  </actor>
+</platform>