Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factor Cmake and clean files
[simgrid.git] / examples / msg / mc / deploy_electric_fence.xml
index 56a0e7e..6063b5d 100644 (file)
@@ -1,13 +1,7 @@
 <?xml version='1.0'?>
 <!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 host="HostC" function="client">
-    <argument value="2"/>
-  </process>
+  <process host="HostA" function="server">    <argument value="0"/>  </process>
+  <process host="HostB" function="client">    <argument value="1"/>  </process>  
+  <process host="HostC" function="client">    <argument value="2"/>  </process>
 </platform>