Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I shouldn't do dcommit that fast
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1fl.xml
index 8baca3c..4ab9a4a 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">\r
-\r
-\r
-  <host id="cpu0" power="1"/>\r
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+
+
+  <host id="cpu0" power="1"/>
   <host id="cpu1" power="1"/>
   <link id="link0" bandwidth="1" latency=".5" sharing_policy="FATPIPE"/>
-  <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_description>\r
+  <route src="cpu0" dst="cpu1">
+    <link:ctn id="link0"/>
+  </route>
+  <route src="cpu1" dst="cpu0">
+    <link:ctn id="link0"/>
+  </route>
+</platform>