From: alegrand Date: Mon, 16 Jul 2007 16:02:08 +0000 (+0000) Subject: surf_workstation_model -> workstation_model X-Git-Tag: v3.3~1546 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d7fb4480c24a5089ab8bbcbffec1e18a35e88b8e?hp=7cc70bb882721e0b0300209a83e9e92573ee55f9 surf_workstation_model -> workstation_model git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3814 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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]);