X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6a9e071e80dac83aa2cddf5a98e90468efaac51..151516a621d5672ec2ff0c4aeab7600b44ee7080:/examples/msg/msg_test.c 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");