Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add links to platform storage.xml
[simgrid.git] / examples / platforms / storage.xml
index bcf9995..1c4b834 100644 (file)
                
                <host id="alice" power="1000000000">
                        <prop id="storage" value="Disk4" />
-               </host>         
+               </host> 
+               
+               <link id="link1" bandwidth="125000000" latency="5E-5"/>
+               <link id="link2" bandwidth="125000000" latency="5E-5" />
+               <link id="link3" bandwidth="125000000" latency="5E-5" />
+       
+               <route src="bob" dst="alice" symmetrical="YES">
+                       <link_ctn id="link1" />
+                       <link_ctn id="link2" />
+                       <link_ctn id="link3" />
+               </route>        
 
        </AS>
 </platform>