From: velho Date: Wed, 18 Jul 2007 07:02:29 +0000 (+0000) Subject: Updated file with new --cfg=workstation_model: X-Git-Tag: v3.3~1503 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6f67487b9be904fc6061da5a5362b0b2bbc4ed75 Updated file with new --cfg=workstation_model: git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3857 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/README b/examples/msg/README index ca09f49452..140708a7b1 100644 --- a/examples/msg/README +++ b/examples/msg/README @@ -24,12 +24,13 @@ OLD NAME: ping_pong.c make sendrecv/sendrecv - Execute: - sendrecv/sendrecv + sendrecv/sendrecv --cfg=workstation_model: 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)