Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a parameter for each process, given flow id, cople with gtnets.c .
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 27 Mar 2009 13:22:49 +0000 (13:22 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 27 Mar 2009 13:22:49 +0000 (13:22 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6183 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/gtnets/medium_tiers-d.xml
examples/msg/gtnets/onelink-d.xml
examples/msg/gtnets/waxman5-d.xml
examples/msg/gtnets/waxman50-d.xml

index f63cd85..0b7c49a 100644 (file)
@@ -5,14 +5,21 @@
   <process host="Boucherville" function="master">
       <argument value="100"/>
       <argument value="Boyer"/>
+      <argument value="1"/>
   </process>
 
   <process host="Forget" function="master">
       <argument value="100"/>
       <argument value="Yolande"/>
+      <argument value="2"/>
   </process>
 
-  <process host="Boyer" function="slave"/>
-  <process host="Yolande" function="slave"/>
+  <process host="Boyer" function="slave">
+      <argument value="1"/>
+  </process>
+
+  <process host="Yolande" function="slave">
+      <argument value="2"/>
+  </process>
 
 </platform>
index 5817b0f..622ffeb 100644 (file)
@@ -5,8 +5,11 @@
   <process host="S1" function="master">
       <argument value="1000"/>
       <argument value="C1"/>
+      <argument value="1"/>
   </process>
 
-  <process host="C1" function="slave"/>
-
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+  
 </platform>
index 25656a0..2fe4be8 100644 (file)
@@ -5,14 +5,21 @@
   <process host="Marc" function="master">
       <argument value="100"/>
       <argument value="Boivin"/>
+      <argument value="1"/>
   </process>
 
   <process host="Emacs" function="master">
       <argument value="100"/>
       <argument value="Jackson"/>
+      <argument value="2"/>
   </process>
 
-  <process host="Boivin" function="slave"/>
-  <process host="Jackson" function="slave"/>
+  <process host="Boivin" function="slave">
+    <argument value="1"/>
+  </process>
+  <process host="Jackson" function="slave">
+    <argument value="2"/>
+  </process>
 
 </platform>
index 84bd1b3..9f11a2a 100644 (file)
@@ -5,14 +5,21 @@
   <process host="Denise" function="master">
       <argument value="100"/>
       <argument value="Internet"/>
+      <argument value="1"/>
   </process>
 
   <process host="Boyer" function="master">
       <argument value="100"/>
       <argument value="Gratton"/>
+      <argument value="2"/>
   </process>
 
-  <process host="Internet" function="slave"/>
-  <process host="Gratton" function="slave"/>
+  <process host="Internet" function="slave">
+    <argument value="1"/>
+  </process>
+
+  <process host="Gratton" function="slave">
+    <argument value="2"/>
+  </process>
 
 </platform>