Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert one more test of ptask_L07 model
[simgrid.git] / examples / platforms / ptask_L07.xml
index 0d1528a..973828f 100644 (file)
@@ -9,6 +9,7 @@
        <host id="cpu4" speed="1f" />
        <host id="cpu5" speed="2f" />
        <host id="cpu6" speed="2f" />
+       <host id="cpu7" speed="2f" />
 
     <link id="switch" bandwidth="2Bps" latency="1s" sharing_policy="FATPIPE"/>
     <link id="link0" bandwidth="1Bps" latency="500ms" sharing_policy="SHARED"/>
@@ -21,6 +22,8 @@
          max bw = TCP_gamma / ( 2 * latency ) which is then 1Bps (half the nominal bandwidth) -->    
     <link id="link5" bandwidth="1Bps" latency="2097152s" sharing_policy="FATPIPE" />
 
+    <link id="link6" bandwidth="125MBps" latency="100us" sharing_policy="SHARED"/>
+
     <route src="cpu0" dst="cpu1">
       <link_ctn id="link0"/>
       <link_ctn id="switch"/>
@@ -61,5 +64,8 @@
     <route src="cpu0" dst="cpu6">
       <link_ctn id="link5" />
     </route>
+    <route src="cpu0" dst="cpu7">
+      <link_ctn id="link6" />
+    </route>
   </zone>
 </platform>