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

Public GIT Repository
[simix] DeXFTification of Synchro: use std::list<> instead of xbt_fifo_t
[simgrid.git] / examples / msg / mc / deploy_bugged1_liveness.xml
index 7ebdbaf581f21155878b9dcedee2981e4a045ad3..3a361561be61e83eb298f91360cca6d29b887d74 100644 (file)
@@ -1,43 +1,7 @@
 <?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="Tremblay" function="coordinator" />
-
-  <process host="Fafard" function="client" >
-    <argument value="1"/>
-  </process>
-
-  <process host="Boivin" function="client" >
-    <argument value="2"/>
-  </process>
-
-  <!-- <process host="TeX" function="client" />
-
-  <process host="Geoff" function="client" />
-  
-  <process host="Disney" function="client" />
-    
-  <process host="iRMX" function="client" />
-      
-  <process host="McGee" function="client" />
-
-  <process host="Gatien" function="client" />
-    
-  <process host="Laroche" function="client" />
-      
-  <process host="Tanguay" function="client" />
-
-  <process host="Morin" function="client" />
-
-  <process host="Ethernet" function="client" />
-
-  <process host="Bellemarre" function="client" />
-
-  <process host="Kuenning" function="client" />
-  
-  <process host="Gaston" function="client" /> -->
-
+  <process host="Boivin" function="client" >         <argument value="1"/>  </process>
+  <process host="Fafard" function="client" >         <argument value="2"/>  </process>
 </platform>