Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup XML jungle in teshsuite
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd_ns3.xml
index 381e5e4..bf2c664 100644 (file)
@@ -1,28 +1,19 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
- <AS  id="AS0"  routing="Floyd">
-       <host id="host1" power="1000000000"/>
-       <host id="host2" power="1000000000"/>
-       <host id="host3" power="1000000000"/>
-       <host id="host4" power="1000000000"/>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 <AS  id="AS0"  routing="Floyd">
+    <host id="host1" speed="1Gf"/>
+    <host id="host2" speed="1Gf"/>
+    <host id="host3" speed="1Gf"/>
+    <host id="host4" speed="1Gf"/>
  
-       <link id="link1" bandwidth="125000000000" latency="5E-5"/>
-       <link id="link2" bandwidth="125000000" latency="5E-6"/>
-       <link id="link3" bandwidth="125000" latency="5E-7"/>
-       <link id="link4" bandwidth="1250" latency="5E-9"/>  
-        
-   <route src="host1" dst="host2">
-     <link_ctn id="link1"/>
-   </route>
-   
-   <route src="host2" dst="host3">
-     <link_ctn id="link3"/>
-   </route>
-      
-   <route src="host3" dst="host4">
-     <link_ctn id="link4"/>
-   </route>
+    <link id="link1" bandwidth="125GBps" latency="50us"/>
+    <link id="link2" bandwidth="125MBps" latency="5us"/>
+    <link id="link3" bandwidth="125kBps" latency="500ns"/>
+    <link id="link4" bandwidth="1.25kBps" latency="5ns"/>  
 
- </AS>
- </platform>
\ No newline at end of file
+    <route src="host1" dst="host2"><link_ctn id="link1"/></route>
+    <route src="host2" dst="host3"><link_ctn id="link3"/></route>
+    <route src="host3" dst="host4"><link_ctn id="link4"/></route>
+  </AS>
+</platform>