X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0518c56eb90592d6eab49d785ac4440d13b43446..6f67487b9be904fc6061da5a5362b0b2bbc4ed75:/examples/msg/README 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)