Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to be root
[simgrid.git] / teshsuite / simdag / basic_platform.xml
index f8ebae2..8f548e8 100644 (file)
@@ -1,19 +1,23 @@
-<?xml version='1.0'?>\r
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
-<platform_description version="1">\r
-  <cpu name="cpu0" power="4e+09"/>\r
-  <cpu name="cpu1" power="4e+09"/>\r
-  <network_link name="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>\r
-  <route src="cpu0" dst="cpu0">\r
-    <route_element name="link0"/>\r
-  </route>\r
-  <route src="cpu0" dst="cpu1">\r
-    <route_element name="link0"/>\r
-  </route>\r
-  <route src="cpu1" dst="cpu0">\r
-    <route_element name="link0"/>\r
-  </route>\r
-  <route src="cpu1" dst="cpu1">\r
-    <route_element name="link0"/>\r
-  </route>\r
-</platform_description>\r
+<?xml version='1.0'?>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+   <host id="cpu0" power="4e+09"/>
+   <host id="cpu1" power="4e+09"/>
+   <link id="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>
+   <route src="cpu0" dst="cpu0">
+     <link_ctn id="link0"/>
+   </route>
+   <route src="cpu0" dst="cpu1">
+     <link_ctn id="link0"/>
+   </route>
+   <route src="cpu1" dst="cpu0">
+     <link_ctn id="link0"/>
+   </route>
+   <route src="cpu1" dst="cpu1">
+     <link_ctn id="link0"/>
+   </route>
+ </AS>
+ </platform>