Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update storage.xml to prepare the field for the new example. impacts
[simgrid.git] / examples / platforms / storage.xml
index c1eb980..142ee85 100644 (file)
    <storage_type id="single_HDD" model="linear_no_lat" 
                  content="content/storage_content.txt" size="500GiB"
                  content_type="txt_unix">
-                       <prop id="Bwrite" value="30MBps" />
-                       <prop id="Bread" value="100MBps" />
-                       <prop id="Bconnection" value="150MBps" />
+      <prop id="Bwrite" value="30MBps" />
+      <prop id="Bread" value="100MBps" />
+      <prop id="Bconnection" value="120MBps" />
    </storage_type>
 
-   <storage_type id="single_SSD" model="linear_no_lat"
-                 content="content/storage_content.txt" size="500GiB">
-                       <prop id="Bwrite" value="30MBps" />
-                       <prop id="Bread" value="100MBps" />
-                       <prop id="Bconnection" value="150MBps" />
-               </storage_type>
-
-               <storage id="Disk1" typeId="single_HDD"/>
-               <storage id="Disk2" typeId="single_SSD"/>
-               <storage id="Disk3" typeId="single_HDD"
-                         content="content/storage_content.txt" 
-                        content_type="txt_unix"/>
-               <storage id="Disk4" typeId="single_SSD"/>
-
-               <host id="bob" power="1Gf">
-                       <mount storageId="Disk1" name="/home"/>                 
-               </host>         
-               
-               <host id="alice" power="1Gf">
-                       <mount storageId="Disk2" name="/home"/>
-               </host>
-
-               <host id="carl" power="1Gf">            
-                       <mount storageId="Disk3" name="/home"/>         
-               </host>
-               
-               <host id="denise" power="1Gf">
-                       <mount storageId="Disk1" name="/sd1"/>  
-                       <mount storageId="Disk4" name="/home"/> 
-               </host>
-
-               <link id="link1" bandwidth="125MBps" latency="50us" />
-               <link id="link2" bandwidth="125MBps" latency="50us" />
-               <link id="link3" bandwidth="125MBps" latency="50us" />
-       
-               <route src="bob" dst="alice" symmetrical="YES">
-                       <link_ctn id="link1" />
-                       <link_ctn id="link2" />
-                       <link_ctn id="link3" />
-               </route>        
-
-       </AS>
+   <storage_type id="single_SSD" model="linear_no_lat" size="500GiB">
+      <prop id="Bwrite" value="60MBps" />
+      <prop id="Bread" value="200MBps" />
+      <prop id="Bconnection" value="220MBps" />
+   </storage_type>
+
+    <storage id="Disk1" typeId="single_HDD" />
+    <storage id="Disk2" typeId="single_SSD"
+             content="content/storage_content.txt"
+             content_type="txt_unix" />
+    <storage id="Disk3" typeId="single_HDD" />
+    <storage id="Disk4" typeId="single_SSD"
+             content="content/small_content.txt"
+             content_type="txt_unix" />
+
+    <host id="bob" power="1Gf">
+      <mount storageId="Disk1" name="/home"/>
+    </host>
+
+    <host id="alice" power="1Gf">
+      <mount storageId="Disk2" name="/home"/>
+    </host>
+
+    <host id="carl" power="1Gf">
+      <mount storageId="Disk3" name="/home"/>
+    </host>
+
+    <host id="denise" power="1Gf">
+      <mount storageId="Disk1" name="/home"/>  
+      <mount storageId="Disk4" name="/sd1"/>   
+    </host>
+
+    <link id="link1" bandwidth="125MBps" latency="50us" />
+    <link id="link2" bandwidth="125MBps" latency="50us" />
+    <link id="link3" bandwidth="125MBps" latency="50us" />
+
+    <route src="bob" dst="alice" symmetrical="YES">
+      <link_ctn id="link1" />
+      <link_ctn id="link2" />
+      <link_ctn id="link3" />
+    </route>
+  </AS>
 </platform>