Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for smpi+different kinds of clusters (torus/fat_tree/flat/two clusters)
[simgrid.git] / examples / msg / ns3 / ns3.c
index 19a580b..4a8b214 100644 (file)
@@ -90,7 +90,7 @@ int master(int argc, char *argv[])
     gl_data_size[id] = task_comm_size;
   }
 
-  {                             /* Process organisation */
+  {                             /* Process organization */
     MSG_get_host_by_name(slavename);
   }