From 151516a621d5672ec2ff0c4aeab7600b44ee7080 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 29 Jun 2005 20:53:51 +0000 Subject: [PATCH] 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 --- examples/msg/msg_test.c | 2 ++ 1 file changed, 2 insertions(+) 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"); -- 2.20.1