Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in XML files
[simgrid.git] / examples / msg / ns3 / 3links-d-timer.xml
index 9caa5cc..ee686fd 100644 (file)
@@ -1,54 +1,43 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-
-  <process host="S1" function="master">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
+  <process host="Tremblay" function="master">
       <argument value="100000"/>
-      <argument value="C1"/>
+      <argument value="Jupiter"/>
       <argument value="1"/>
   </process>
-
-  <process host="C1" function="slave">
+  <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
-
-  <process host="S2" function="master">
+  <process host="Fafard" function="master">
       <argument value="1000000"/>
-      <argument value="C2"/>
+      <argument value="Ginette"/>
       <argument value="2"/>
   </process>
-  
-  <process host="C2" function="slave">
+  <process host="Ginette" function="slave">
     <argument value="2"/>
   </process>
-
-   
-  <process host="S3" function="master">
+  <process host="Bourassa" function="master">
       <argument value="2000000"/>
-      <argument value="C3"/>
+      <argument value="Lovelace"/>
       <argument value="3"/>
   </process>
-  
-  <process host="C3" function="slave">
+  <process host="Lovelace" function="slave">
     <argument value="3"/>
   </process>
-
-  <process host="S3" function="master" start_time="2.0">
+  <process host="Bourassa" function="master" start_time="2.0">
       <argument value="2000000"/>
-      <argument value="C3"/>
+      <argument value="Lovelace"/>
       <argument value="4"/>
   </process>
-  
-  <process host="C3" function="slave">
+  <process host="Lovelace" function="slave">
     <argument value="4"/>
   </process>
-
-  <process host="C3" function="timer">
+  <process host="Lovelace" function="timer">
     <argument value="0"/>
     <argument value=".1"/>
   </process>
-
-  <process host="C3" function="timer" start_time="2.0">
+  <process host="Lovelace" function="timer" start_time="2.0">
     <argument value="0"/>
     <argument value=".1"/>
   </process>