Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get rid of useless spaces and tabs
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1sl.xml
index 55756a5..c50fa43 100644 (file)
@@ -1,15 +1,11 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform version="2">\r
-\r
-\r
-  <host id="cpu0" power="1"/>\r
-  <host id="cpu1" power="1"/>
-  <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
-  <route src="cpu0" dst="cpu1">\r
-    <link:ctn id="link0"/>\r
-  </route>\r
-  <route src="cpu1" dst="cpu0">\r
-    <link:ctn id="link0"/>\r
-  </route>\r
-</platform>\r
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+   <host id="cpu0" power="1"/>
+   <host id="cpu1" power="1"/>
+   <link id="link0" bandwidth="1" latency=".5" sharing_policy="SHARED"/>
+   <route src="cpu0" dst="cpu1">
+     <link_ctn id="link0"/>
+   </route>
+ </AS>
+ </platform>