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

Public GIT Repository
[mc] Fix another bunch of shebang with env
[simgrid.git] / examples / msg / ns3 / 3hosts_2links_d.xml
index 3314218805edbbc0defcd952401f19628eed9d47..7800ec9b81fc93f094c204b980421f37b503b317 100644 (file)
@@ -2,14 +2,14 @@
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
 
-  <process host="a" function="master">
+  <process host="Tremblay" function="master">
       <argument value="100"/>
-      <argument value="c"/>
+      <argument value="Jupiter"/>
       <argument value="1"/>
   </process>
 
-  <process host="c" function="slave">
+  <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
-     
+
 </platform>