Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog update
[simgrid.git] / docs / source / tuto_s4u / deployment1.xml
index 5fc2809114869652137f24b67ea6677ae7f2e42d..d2f9c2c1ddc92b3f7beedd8ced5b33ab1cd687bd 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
 <platform version="4.1">
   <!-- The master actor (with 4 arguments) -->
   <actor host="Tremblay" function="master">
@@ -9,7 +9,7 @@
      <argument value="1000000"/>   <!-- Communication size of tasks -->
   </actor>
 
-  <!-- The worker processes (with one argument each: the ID of this worker) -->
+  <!-- The worker actors (with one argument each: the ID of this worker) -->
   <actor host="Tremblay" function="worker">
      <argument value="0" />
   </actor>