Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / teshsuite / msg / trace_integration / test-hbp1.0-hbp1.0-hbp1.0.xml
index 9254e10..36f6d80 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Cpu B" function="test_trace">
-       <argument value="170"/>
-       <argument value="1.0"/>
-  </process>
-  <process host="Cpu B" function="test_trace">
-       <argument value="170"/>
-       <argument value="1.0"/>
-  </process>
-  <process host="Cpu B" function="test_trace" start_time="30">
-       <argument value="100"/>
-       <argument value="1.0"/>
-  </process>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <actor host="Cpu B" function="test_trace">
+    <argument value="170"/>
+    <argument value="1.0"/>
+  </actor>
+  <actor host="Cpu B" function="test_trace">
+    <argument value="170"/>
+    <argument value="1.0"/>
+  </actor>
+  <actor host="Cpu B" function="test_trace" start_time="30">
+    <argument value="100"/>
+    <argument value="1.0"/>
+  </actor>
 </platform>