Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1bb.xml
index 820c207ddc73a29c0fbdee10a50a72ee8475a7b2..040aef65a51341481ecbc50386c83c0522bfd8ba 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
+<platform_description version="2">
        
-       <cpu name="cpu0" power="1" />
-       <cpu name="cpu1" power="1" />
+       <host id="cpu0" power="1" />
+       <host id="cpu1" power="1" />
        
        <!-- 
        large latency backbone
        which is then 1 and 1 is smallest possible
         -->
        
-       <network_link name="link0" bandwidth="2" latency="10000"
+       <link id="link0" bandwidth="2" latency="10000"
                sharing_policy="SHARED" />
        
        <route src="cpu0" dst="cpu1">
-               <route_element name="link0" />
+               <link:ctn id="link0" />
        </route>
        
        <route src="cpu1" dst="cpu0">
-               <route_element name="link0" />
+               <link:ctn id="link0" />
        </route>
        
 </platform_description>