From d7fb4480c24a5089ab8bbcbffec1e18a35e88b8e Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 16 Jul 2007 16:02:08 +0000 Subject: [PATCH] surf_workstation_model -> workstation_model git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3814 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/msg/masterslave/masterslave.c | 2 +- examples/msg/msg_test.c | 2 +- examples/msg/ping_pong.c | 2 +- examples/msg/sendrecv/sendrecv.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/msg/masterslave/masterslave.c b/examples/msg/masterslave/masterslave.c index 1cbff74c44..970c966c0f 100644 --- a/examples/msg/masterslave/masterslave.c +++ b/examples/msg/masterslave/masterslave.c @@ -121,7 +121,7 @@ MSG_error_t test_all(const char *platform_file, { MSG_error_t res = MSG_OK; - /* MSG_config("surf_workstation_model","KCCFLN05"); */ + /* MSG_config("workstation_model","KCCFLN05"); */ { /* Simulation setting */ MSG_set_channel_number(MAX_CHANNEL); MSG_paje_output("msg_test.trace"); diff --git a/examples/msg/msg_test.c b/examples/msg/msg_test.c index d5a4fd5b3b..2446e3db70 100644 --- a/examples/msg/msg_test.c +++ b/examples/msg/msg_test.c @@ -186,7 +186,7 @@ MSG_error_t test_all(const char *platform_file, { MSG_error_t res = MSG_OK; - /* MSG_config("surf_workstation_model","KCCFLN05"); */ + MSG_config("workstation_model","CLM03"); { /* Simulation setting */ MSG_set_channel_number(MAX_CHANNEL); MSG_paje_output("msg_test.trace"); diff --git a/examples/msg/ping_pong.c b/examples/msg/ping_pong.c index b2ed706dbd..63e56533c0 100644 --- a/examples/msg/ping_pong.c +++ b/examples/msg/ping_pong.c @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) KCCFLN05_Vegas => for TCP Vegas KCCFLN05_Reno => for TCP Reno */ - MSG_config("surf_workstation_model", argv[3]); + MSG_config("workstation_model", argv[3]); res = test_all(argv[1],argv[2]); diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index 8325890e66..4cfefa9495 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.c @@ -168,7 +168,7 @@ int main(int argc, char *argv[]) KCCFLN05_Vegas => for TCP Vegas KCCFLN05_Reno => for TCP Reno */ - MSG_config("surf_workstation_model", argv[3]); + MSG_config("workstation_model", argv[3]); res = test_all(argv[1],argv[2]); -- 2.20.1