Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to use the MSG configuration stuff
[simgrid.git] / examples / msg / msg_test.c
index 8e7f54d..5fa18e1 100644 (file)
@@ -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");