Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the platform files: the root tag is now called 'platform', not 'platform_descr...
[simgrid.git] / teshsuite / simdag / basic_platform.xml
index f8ebae2..75bdbdd 100644 (file)
@@ -1,19 +1,21 @@
-<?xml version='1.0'?>\r
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
-<platform_description version="1">\r
-  <cpu name="cpu0" power="4e+09"/>\r
-  <cpu name="cpu1" power="4e+09"/>\r
-  <network_link name="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>\r
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform version="2">\r
+\r
+\r
+  <host id="cpu0" power="4e+09"/>\r
+  <host id="cpu1" power="4e+09"/>\r
+  <link id="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>\r
   <route src="cpu0" dst="cpu0">\r
-    <route_element name="link0"/>\r
+    <link:ctn id="link0"/>\r
   </route>\r
   <route src="cpu0" dst="cpu1">\r
-    <route_element name="link0"/>\r
+    <link:ctn id="link0"/>\r
   </route>\r
   <route src="cpu1" dst="cpu0">\r
-    <route_element name="link0"/>\r
+    <link:ctn id="link0"/>\r
   </route>\r
   <route src="cpu1" dst="cpu1">\r
-    <route_element name="link0"/>\r
+    <link:ctn id="link0"/>\r
   </route>\r
-</platform_description>\r
+</platform>\r