Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Updated file with new --cfg=workstation_model:<desiredmodel>
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Jul 2007 07:02:29 +0000 (07:02 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Jul 2007 07:02:29 +0000 (07:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3857 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/README

index ca09f49..140708a 100644 (file)
@@ -24,12 +24,13 @@ OLD NAME: ping_pong.c
     make sendrecv/sendrecv
 
     - Execute:
-    sendrecv/sendrecv <platformfile.xml> <deploymentfile.xml> <networkmodel>
+    sendrecv/sendrecv <platformfile.xml> <deploymentfile.xml> --cfg=workstation_model:<networkmodel>
     where networkmodel can be one of the following:
-        1) KFCCNL05              - Maxmin fairness
-        2) KFCCNL05_proportional - Vegas TCP fairness (proportional approach)
-        3) KFCCNL05_Vegas        - Vegas TCP fairness (lagrange approach)
-        4) KFCCNL05_Reno         - Reno  TCP fairness (lagrange approach)
+        1) CLM03                 - Simple fairness model
+        2) KFCCNL05              - Maxmin fairness
+        3) KFCCNL05_proportional - Vegas TCP fairness (proportional approach)
+        4) KFCCNL05_Vegas        - Vegas TCP fairness (lagrange approach)
+        5) KFCCNL05_Reno         - Reno  TCP fairness (lagrange approach)
 
     - Debug: 
     (WARNING: way may want to disable compiler optimizations)