Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split actions in two dir
[simgrid.git] / examples / msg / gtnets / crosstraffic-d.xml
index 049739e..212bca5 100644 (file)
@@ -1,46 +1,36 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="1"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="1"/>
   </process>
-
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="2"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="2"/>
   </process>
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="3"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="3"/>
   </process>
-
-
   <process host="C1" function="master">
       <argument value="1000000"/>
       <argument value="S1"/>
       <argument value="4"/>
   </process>
-
   <process host="S1" function="slave">
     <argument value="4"/>
   </process>
 </platform>