Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
[simgrid.git] / doc / gtut-files / 03-args.xml
diff --git a/doc/gtut-files/03-args.xml b/doc/gtut-files/03-args.xml
new file mode 100644 (file)
index 0000000..274c91c
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <process host="Jacquelin" function="server">
+    <argument value="12345"/>
+  </process>
+  <process host="Boivin" function="client">
+    <argument value="Jacquelin"/>
+    <argument value="12345"/>
+  </process>
+</platform_description>
+