Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups (among which example simplification)
[simgrid.git] / examples / msg / properties / deployment_properties.xml
index b3dba67..65e37b3 100644 (file)
@@ -2,14 +2,14 @@
 <!DOCTYPE platform SYSTEM "surfxml.dtd">
 <platform version="2">
   <!-- The master process (with some arguments) -->
-  <process host="Jacquelin" function="master">
+  <process host="C1-01" function="master">
      <argument value="1"/>       <!-- Number of tasks -->
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="Boivin"/>  <!-- First slave -->
+     <argument value="C1-00"/>  <!-- First slave -->
   </process>
   <!-- The slave process (with no argument) -->
-  <process host="Boivin" function="slave">
+  <process host="C1-00" function="slave">
     <prop id="SomeProp" value="SomeValue"/>
   </process>
 </platform>