From: mquinson Date: Wed, 29 Jun 2005 20:53:51 +0000 (+0000) Subject: Try to use the MSG configuration stuff X-Git-Tag: v3.3~3872 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/151516a621d5672ec2ff0c4aeab7600b44ee7080 Try to use the MSG configuration stuff git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1483 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/msg_test.c b/examples/msg/msg_test.c index 8e7f54da81..5fa18e1b6b 100644 --- a/examples/msg/msg_test.c +++ b/examples/msg/msg_test.c @@ -176,6 +176,8 @@ int forwarder(int argc, char *argv[]) /** Test function */ void test_all(const char *platform_file,const char *application_file) { + + MSG_config("surf_workstation_model","KCCFLN05"); { /* Simulation setting */ MSG_set_channel_number(MAX_CHANNEL); MSG_paje_output("msg_test.trace");