Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / examples / msg / network-ns3 / 3links-timer_d.xml
index e196248..cc0e18a 100644 (file)
@@ -1,44 +1,44 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Tremblay" function="master">
-      <argument value="10000"/>
-      <argument value="Jupiter"/>
-      <argument value="1"/>
-  </process>
-  <process host="Jupiter" function="worker">
+<platform version="4.1">
+  <actor host="Tremblay" function="master">
+    <argument value="10000"/>
+    <argument value="Jupiter"/>
     <argument value="1"/>
-  </process>
-  <process host="Fafard" function="master">
-      <argument value="10000"/>
-      <argument value="Ginette"/>
-      <argument value="2"/>
-  </process>
-  <process host="Ginette" function="worker">
+  </actor>
+  <actor host="Jupiter" function="worker">
+    <argument value="1"/>
+  </actor>
+  <actor host="Fafard" function="master">
+    <argument value="10000"/>
+    <argument value="Ginette"/>
+    <argument value="2"/>
+  </actor>
+  <actor host="Ginette" function="worker">
     <argument value="2"/>
-  </process>
-  <process host="Bourassa" function="master">
-      <argument value="10000"/>
-      <argument value="Lovelace"/>
-      <argument value="3"/>
-  </process>
-  <process host="Lovelace" function="worker">
+  </actor>
+  <actor host="Bourassa" function="master">
+    <argument value="10000"/>
+    <argument value="Lovelace"/>
     <argument value="3"/>
-  </process>
-  <process host="Bourassa" function="master" start_time="2.0">
-      <argument value="10000"/>
-      <argument value="Lovelace"/>
-      <argument value="4"/>
-  </process>
-  <process host="Lovelace" function="worker">
+  </actor>
+  <actor host="Lovelace" function="worker">
+    <argument value="3"/>
+  </actor>
+  <actor host="Bourassa" function="master" start_time="2.0">
+    <argument value="10000"/>
+    <argument value="Lovelace"/>
+    <argument value="4"/>
+  </actor>
+  <actor host="Lovelace" function="worker">
     <argument value="4"/>
-  </process>
-  <process host="Lovelace" function="timer">
+  </actor>
+  <actor host="Lovelace" function="timer">
     <argument value="0"/>
     <argument value=".1"/>
-  </process>
-  <process host="Lovelace" function="timer" start_time="2.0">
+  </actor>
+  <actor host="Lovelace" function="timer" start_time="2.0">
     <argument value="0"/>
     <argument value=".1"/>
-  </process>
+  </actor>
 </platform>