Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bypassing the XML parser. Need to fix include directories to make it work.
[simgrid.git] / examples / msg / small_deployment.xml
index 9063eee..dbfcfd8 100644 (file)
      <argument value="Fafard"/>   <!-- Second slave -->
      <argument value="Ginette"/>  <!-- Third slave -->
      <argument value="Bourassa"/> <!-- Last slave -->
+     <argument value="Tremblay"/> <!-- Me! I can work too! -->
   </process>
   <!-- The slave process (with no argument) -->
+  <process host="Tremblay" function="slave"/>
   <process host="Jupiter" function="slave"/>
   <process host="Fafard" function="slave"/>
   <process host="Ginette" function="slave"/>