Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surf_workstation_model -> workstation_model
[simgrid.git] / examples / msg / masterslave / masterslave.c
index 1cbff74..970c966 100644 (file)
@@ -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");