Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1switch.xml
index e8d16d7..8d75b0f 100644 (file)
    <link id="link1" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
    
    <route src="cpu0" dst="cpu1">
-     <link:ctn id="link0"/>
-     <link:ctn id="switch"/>
-     <link:ctn id="link1"/>
+     <link_ctn id="link0"/>
+     <link_ctn id="switch"/>
+     <link_ctn id="link1"/>
    </route>
    
    <route src="cpu1" dst="cpu0">
-     <link:ctn id="link1"/>
-     <link:ctn id="switch"/>
-     <link:ctn id="link0"/>
+     <link_ctn id="link1"/>
+     <link_ctn id="switch"/>
+     <link_ctn id="link0"/>
    </route>
    
  </AS>