Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add links to platform storage.xml
[simgrid.git] / examples / platforms / storage.xml
index bcf999558aead710c7674bc375a876125d905584..1c4b834feba3fded0a5039a320f3c743240f7bf1 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>