Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / teshsuite / msg / trace_integration / test-hbp2.5-hbp1.5.xml
index 89fffcc..0048734 100644 (file)
@@ -1,12 +1,12 @@
 <?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" start_time="10">
-       <argument value="50"/>
-       <argument value="2.5"/>
-  </process>
-  <process host="Cpu B" function="test_trace" start_time="10">
-       <argument value="70"/>
-       <argument value="1.5"/>
-  </process>
+<platform version="4.1">
+  <actor host="Cpu B" function="test_trace" start_time="10">
+    <argument value="50"/>
+    <argument value="2.5"/>
+  </actor>
+  <actor host="Cpu B" function="test_trace" start_time="10">
+    <argument value="70"/>
+    <argument value="1.5"/>
+  </actor>
 </platform>