]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/mc/deploy_bugged1.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / examples / msg / mc / deploy_bugged1.xml
index b5ce9a44abb9cb4288409b1cfddb1778c47274ac..1cbc7ab83a9cfcf80413610356914d1ad0073d80 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <process host="HostA" function="server">
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <actor host="HostA" function="server">
     <argument value="0"/>
-  </process>
-  <process host="HostB" function="client">
+  </actor>
+  <actor host="HostB" function="client">
     <argument value="1"/>
-  </process>  
-  <process host="HostC" function="client">
+  </actor>
+  <actor host="HostC" function="client">
     <argument value="2"/>
-  </process>
-  <process host="HostD" function="client">
+  </actor>
+  <actor host="HostD" function="client">
     <argument value="3"/>
-  </process>
+  </actor>
 </platform>