Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not build the examples by default, only when running 'make tests'
[simgrid.git] / teshsuite / msg / app-chainsend / app-chainsend_d.xml
index 73ab26b..99ccb9f 100644 (file)
@@ -1,36 +1,36 @@
 <?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">
   <!-- For using with chainsend -->
   <!-- Broadcaster -->
-  <actor host="node-0.acme.org" function="broadcaster">
+  <actor host="node-0.simgrid.org" function="broadcaster">
     <argument value="8"/> <!-- number of peers -->
     <argument value="256"/> <!-- number of pieces -->
   </actor>
 
   <!-- Peers -->
-  <actor host="node-1.acme.org" function="peer">
+  <actor host="node-1.simgrid.org" function="peer">
     <argument value="1"/>
   </actor>
-  <actor host="node-2.acme.org" function="peer">
+  <actor host="node-2.simgrid.org" function="peer">
     <argument value="2"/>
   </actor>
-  <actor host="node-3.acme.org" function="peer">
+  <actor host="node-3.simgrid.org" function="peer">
     <argument value="3"/>
   </actor>
-  <actor host="node-4.acme.org" function="peer">
+  <actor host="node-4.simgrid.org" function="peer">
     <argument value="4"/>
   </actor>
-  <actor host="node-5.acme.org" function="peer">
+  <actor host="node-5.simgrid.org" function="peer">
     <argument value="5"/>
   </actor>
-  <actor host="node-6.acme.org" function="peer">
+  <actor host="node-6.simgrid.org" function="peer">
     <argument value="6"/>
   </actor>
-  <actor host="node-7.acme.org" function="peer">
+  <actor host="node-7.simgrid.org" function="peer">
     <argument value="7"/>
   </actor>
-  <actor host="node-8.acme.org" function="peer">
+  <actor host="node-8.simgrid.org" function="peer">
     <argument value="8"/>
   </actor>
 </platform>