Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tests for floyd model.
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd_bis.xml
diff --git a/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml b/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml
new file mode 100644 (file)
index 0000000..579e2ad
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version='1.0'?>
+ <!DOCTYPE platform SYSTEM "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"/>
+       <host id="host5" power="1000000000"/>
+       <link id="link1" bandwidth="125000000" latency="5E-5"/>
+       <link id="link2" bandwidth="125000000" latency="5E-5"/>
+       <link id="link3" bandwidth="125000000" latency="5E-5"/>
+       <link id="link4" bandwidth="125000000" latency="5E-5"/>  
+       <link id="link5" bandwidth="125000000" latency="5E-5"/>
+       <link id="link6" bandwidth="125000000" latency="5E-5"/> 
+        
+   <route src="host1" dst="host2">
+     <link_ctn id="link1"/>
+   </route>
+      
+   <route src="host1" dst="host3">
+     <link_ctn id="link2"/>
+   </route>
+   
+   <route src="host2" dst="host3">
+     <link_ctn id="link3"/>
+   </route>
+      
+   <route src="host3" dst="host4">
+     <link_ctn id="link4"/>
+   </route>
+   
+   <route src="host2" dst="host5">
+     <link_ctn id="link5"/>
+   </route>
+      
+   <route src="host3" dst="host5">
+     <link_ctn id="link6"/>
+   </route>
+
+ </AS>
+ </platform>