Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surf_workstation_model -> workstation_model
[simgrid.git] / examples / msg / sendrecv / sendrecv.c
index 8325890..4cfefa9 100644 (file)
@@ -168,7 +168,7 @@ int main(int argc, char *argv[])
      KCCFLN05_Vegas        => for TCP Vegas
      KCCFLN05_Reno         => for TCP Reno
   */
      KCCFLN05_Vegas        => for TCP Vegas
      KCCFLN05_Reno         => for TCP Reno
   */
-  MSG_config("surf_workstation_model", argv[3]);
+  MSG_config("workstation_model", argv[3]);
 
   res = test_all(argv[1],argv[2]);
 
 
   res = test_all(argv[1],argv[2]);