Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1bb.xml
index 36e5ff2..5ed486a 100644 (file)
@@ -1,27 +1,29 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "surfxml.dtd">
-<platform version="2">
-       
-       <host id="cpu0" power="1" />
-       <host id="cpu1" power="1" />
-       
-       <!-- 
-       large latency backbone
-       10000 because
-       20000 is MAX_TCP_WIN_SIZE
-       max bw = MAX_TCP_WIN_SIZE / ( 2 * latency )
-       which is then 1 and 1 is smallest possible
-        -->
-       
-       <link id="link0" bandwidth="2" latency="10000"
-               sharing_policy="SHARED" />
-       
-       <route src="cpu0" dst="cpu1">
-               <link:ctn id="link0" />
-       </route>
-       
-       <route src="cpu1" dst="cpu0">
-               <link:ctn id="link0" />
-       </route>
-       
-</platform>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+       
+       <host id="cpu0" power="1" />
+       <host id="cpu1" power="1" />
+       
+       <!-- 
+       large latency backbone
+       10000 because
+       20000 is MAX_TCP_WIN_SIZE
+       max bw = MAX_TCP_WIN_SIZE / ( 2 * latency )
+       which is then 1 and 1 is smallest possible
+        -->
+       
+       <link id="link0" bandwidth="2" latency="10000"
+               sharing_policy="SHARED" />
+       
+       <route src="cpu0" dst="cpu1">
+               <link_ctn id="link0" />
+       </route>
+       
+       <route src="cpu1" dst="cpu0">
+               <link_ctn id="link0" />
+       </route>
+       
+ </AS>
+ </platform>