Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some MC tests still believe that platform.xml exist
[simgrid.git] / examples / msg / mc / deploy_bugged2.xml
index bd2532c..c6dbe05 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
   <process host="HostA" function="server">
     <argument value="0"/>
   </process>
   <process host="HostB" function="client">
     <argument value="1"/>
-  </process>  
+  </process>
   <process host="HostC" function="client">
     <argument value="2"/>
   </process>