Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / teshsuite / simdag / network / platform_2p_1sl.xml
index 3ed9c51..76368ae 100644 (file)
@@ -1,16 +1,18 @@
-<?xml version='1.0'?>\r
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
-<platform_description version="1">\r
-  <cpu name="cpu0" power="1"/>\r
-  <cpu name="cpu1" power="1"/>
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="2">\r
+\r
+\r
+  <host id="cpu0" power="1"/>\r
+  <host id="cpu1" power="1"/>
   <!-- \r
-  <network_link name="link0" bandwidth="1.25e+08" latency="2.0e-04" sharing_policy="SHARED"/>
+  <link id="link0" bandwidth="1.25e+08" latency="2.0e-04" sharing_policy="SHARED"/>
    -->\r
-  <network_link name="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
+  <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
   <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
 </platform_description>\r